{{ __('landlords.title_index') }}

{{ __('landlords.all') }}

@can('create', 'App\Models\Landlord') {{ __('landlords.create') }} @endcan
@foreach($landlords as $landlord) {{-- --}} @endforeach
{{ __('landlords.th_name') }} # {{ __('landlords.th_properties') }} {{ __('landlords.th_actions') }}
{{ $landlord->name }} {{ number_format($landlord->properties_count) }}{{ $landlord->created_at->format('Y/m/d') }} @can('update', $landlord)
@endcan @can('delete', $landlord) @endcan