📊 Assignment Cycle Time Dashboard Back to Multi Report

@php $siteUrl = url('admin/assignment/'); $newUrl = str_replace('/exec', '', $siteUrl); @endphp @forelse ($records as $index => $record) @empty @endforelse
S.No {!! $sortField === 'a.id' ? ($sortDirection === 'asc' ? '▲' : '▼') : '△' !!} File No {!! $sortField === 'a.file_no' ? ($sortDirection === 'asc' ? '▲' : '▼') : '△' !!} Created Date {!! $sortField === 'a.created_date' ? ($sortDirection === 'asc' ? '▲' : '▼') : '△' !!} Completed Date {!! $sortField === 'a.complete_date' ? ($sortDirection === 'asc' ? '▲' : '▼') : '△' !!} Cycle Time {!! $sortField === 'avg_cycle_time' ? ($sortDirection === 'asc' ? '▲' : '▼') : '△' !!}
{{ $records->firstItem() + $index }} {{ $record->file_no }} {{ \Carbon\Carbon::parse($record->created_date)->format('Y-m-d') }} {{ \Carbon\Carbon::parse($record->complete_date)->format('Y-m-d') }} {{ $record->cycle_time }}
No records found.


{{ $records->links() }}