@extends('layouts.admin') @section('title')Clients @endsection @section('content') @php $auth= Auth::user(); @endphp
List of Clients

Total Number of Clients {{$totalRecords}}

@if($auth->role==ROLE_ADMIN) @endif
Site Id First Name Last Name Address DOB Apt City State Zip Target Code Client ID MID Weekly Service Hours Added Date Status Action
@include('admin.client.add-client') @if (session('data')) @include('admin.client.add-error') @endif
@push('page_script') @include('include.dataTableScripts') @if (session('test_modal') == '#addErrior') @endif @endpush @endsection