@php $title = 'Clients' @endphp @section('title') {{$title}} @endsection @extends('layout') @section('main-content')
| Sl.No | Name | Phone Number | Address | City | Actions | |
|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$client->name}} | {{$client->phone}} | {{$client->email}} | {{$client->address}} | {{$client->city}} | {{-- Edit --}} |