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