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

Timesheets

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