@extends('user::layouts.master') @section('content')

Manage Timesheet

@include('layouts.flash.alert')
{{ Form::model($timesheet, ['route' => ['timesheets.staff.update', $timesheet->id], 'method' => 'patch', 'enctype'=> 'multipart/form-data']) }}

Edit Timesheet

Activity Code Activity Date Start Time End Time Hours
{{ $timesheet->activityOfTimesheet->item_code }} {{ $timesheet->activity }}
{{ Form::close() }}
@stop @push('scripts') @endpush