@extends('layouts.dashboard') @section('content')

My Previous DSRs

@forelse ($dsrs as $index => $dsr) @empty @endforelse
# Work Details Date Hours Someone Helped
{{ $dsrs->firstItem() + $index }} {{ trim($dsr->work_description) }} {{ \Carbon\Carbon::parse($dsr->created_at)->format('d M Y') }} {{ $dsr->hours }} {{ $dsr->helper->name ?? 'N/A' }}
No DSRs found.
{{ $dsrs->links() }}
@endsection