@extends('admin.layouts.app') @section('content')

Timesheets

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