@extends('admin::layouts.master') @section('title') Client @endsection @section('breadcrumb') @php $breadcrumbData = [ [ 'title' => 'Client', 'link' => 'null', ], [ 'title' => 'Dashboard', 'link' => route('dashboard'), ], [ 'title' => 'Clients', 'link' => null, ], ]; @endphp @include('admin::layouts.partials.breadcrumb', $breadcrumbData) @endsection @section('content')
S.N | Name With Image | Created At | Status | Actions | |
---|---|---|---|---|---|
#{{ $loop->iteration }} |
![]() {{ $client->name }}{{ Str::limit($client->link, 80) }} |
{{ $client->created_at->toFormattedDateString() }} | {{ $client->status }} |
|
|
No record found. |