@extends('dashboard.partials.main') @section('content')

Clients Section

{{--

This is an experimental awesome solution for responsive tables with complex data.

--}}
@foreach ($clients as $item) @endforeach
Project Name Service Type Image Edit Delete
{{$item->client_name}} {{$item->service_type}} {{$item->client_image}}
@endsection @section('scripts') @endsection