{{ isset($landlord->id) ? __('landlords.title_edit'): __('landlords.title_create') }}
@csrf @isset($landlord->id) @method('PUT') @endisset

{{ isset($landlord->id) ? __('landlords.title_edit'): __('landlords.title_create') }}