@foreach($documentationRequests as $key=> $row) {{$loop->iteration}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{__('documentationRequests.'.$row->type)}} {{__('documentationRequests.'.$row->status)}} {{$row->documentation_date}} {{date('h:i A', strtotime($row->documentation_time))}} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} {{-- @if($row->deleted_at)--}} {{-- {{ __('dashboard.restore') }}--}} {{-- {{ __('dashboard.delete') }}--}} {{-- @else--}} {{ __('dashboard.edit') }} @if($row->status == 'being_documented') @else @endif {{-- {{ __('dashboard.trash') }}--}} {{-- @endif--}} @endforeach @if( count( $documentationRequests ) ) {{ $documentationRequests->links() }} @endif