© 2026 Hedgehog Software, LLC
protected $casts = [ 'type' => EmploymentType::class, ];
<span class="my-auto ml-3 rounded bg-pink-100 px-2.5 py-0.5 text-sm font-medium text-pink-800 dark:bg-pink-900 dark:text-pink-300"> {{ __(EmploymentType::tryFrom($post->type)->name) }} </span>
App\Enums\EmploymentType::tryFrom(): Argument #1 ($value) must be of type string|int, App\Enums\EmploymentType given
tryFrom()