@include('include.header_css')
@include('include.header')
@include('include.sidebar')

Clients

All Clients
@if(session('success')) @endif
@forelse($clients as $client) @empty @endforelse
# Name Country Image Actions
{{ $loop->iteration }} {{ $client->name }} {{ $client->country }} @if($client->image) {{ $client->name }} @else No Image @endif
@csrf @method('DELETE')
No clients found.
@include('include.footer')
@include('include.footer_js')