{{ __('tenants.th_name') }} | {{ __('tenants.type') }} | {{ __('tenants.contact') }} | {{ __('tenants.th_actions') }} |
---|---|---|---|
{{ $client->name }} |
{{ ucfirst($client->type) }} | {{ $client->contact }} |
@can('update', $client)
@endcan
@can('delete', $client)
|