@extends('layouts.master') @section('content')
# Employee Date Projects Assigned Hours Hours Description Created At Actions
@endsection @push('modals') Add Timesheet
@csrf
@foreach ($employees as $employee) @endforeach
@foreach ($projects as $project) @endforeach
Edit Timesheet
@csrf @method("PUT")
@foreach ($employees as $employee) @endforeach
@foreach ($projects as $project) @endforeach

Delete Timesheet

Are you sure want to delete?

@csrf @method("DELETE")
@endpush @push('page-scripts') @endpush