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

Timesheets

{{ Form::label('project_filter', 'Project') }} {{ Form::select('project', $allProjects, @$project->id, [ 'class' => "form-control select2-input project_filter", 'id' => "project_filter", 'data-live-search'=>'true', 'onchange'=>'changeProject(this.value)' ]) }}
@isset($project)
{{ Form::label('area_filter', 'Area') }} {{ Form::select('area', $areas, null, [ 'class' => "form-control select2-input area_filter", 'id' => "area_filter", 'data-live-search'=>'true', 'onchange'=>'changeArea(this.value)' ]) }}
{{ Form::label('level_filter', 'Level') }} {{ Form::select('level', $levels, null, [ 'class' => "form-control select2-input level_filter", 'id' => "level_filter", 'data-live-search'=>'true' ]) }}
@endisset
@isset($project)

Timesheets

@if(auth()->user()->can('access', 'timesheets add')) Create Timesheet @endif
@include('layouts.flash.alert')
View Sub Code Date Activity Code Activity Site Operative Allocated/hr Spent/hr Total Spent/hr Remaining/hr Action
@endisset
@stop @push('scripts') @endpush