{{ __('clients.th_name') }} | {{ __('clients.th_contact') }} | {{ __('clients.th_actions') }} |
---|---|---|
{{ $client->name }} |
{{-- Contact --}}
{{ $client->contact }} | {{-- Actions --}}
@can('update', $client)
@endcan
@can('delete', $client)
|