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

Total Number of Staffs {{$totalRecords}}

Site Id First Name Last Name Email Phone Number Employee ID Clients Asigned Member Since Status Action
@push('page_script') @if (count($errors) > 0 && session('open_modal') == '#addImportModal') @endif @include('include.dataTableScripts') {{-- --}} @endpush @endsection