@include('livewire.administrator.modal.technician')

Technician List: {{ $this->RecList->total() }}

@if (session()->has('message'))
{!! session('message') !!}
@endif @if (session()->has('error'))
{!! session('error') !!}
@endif
@if ($selectRecord)
@if ($selectAll)
You have selected all {{ $this->RecList->total() }} records.
@else
You have selected {{ count($checked) }} records, Do you want to Select All {{ $this->RecList->total() }} records?
@endif
@endif
 
@if ($checked) @endif
@foreach ($recList as $RecDetail) isChecked($RecDetail->id) ) style="background-color:#f0f0f0" @endif > @endforeach
Technician Name Department Category Name Status Notify Actions

{{ $RecDetail->techName->name }}

{{ $RecDetail->campusName->name }}

{{ $RecDetail->deptType->name }} {{ $RecDetail->category_id ? $RecDetail->cateType->name : '' }}

{{ $RecDetail->updated_at }}

{{ $recList->links() }}
@push('toggleScript') @endpush