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

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

{{ __('tenants.create') }}
@foreach ($clients as $client) @endforeach
{{ __('tenants.th_name') }} {{ __('tenants.type') }} {{ __('tenants.contact') }} {{ __('tenants.th_actions') }}

{{ $client->name }}

{{ ucfirst($client->type) }} {{ $client->contact }}
@can('update', $client)
@endcan @can('delete', $client) @endcan