@extends('admin.layouts.app') @section('content') Timesheets Job Provider Month-Year Week Status Actions @foreach ($timesheets as $key => $timesheet) {{ $timesheet->application?->job?->title }} {{ $timesheet->application?->user?->name }} {{ $timesheet->month.' '.$timesheet->year }} {{ $timesheet->week_on_work }} {{ $timesheet->latestStatus->status ?? 'inprocess' }} @endforeach @endsection @section('footer-js') @endsection