@if ($database->human_name)

{{ Str::headline($database->human_name) }}

@else

{{ Str::headline($database->name) }}

@endif Save

Advanced