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

Labour Weekly Timesheets

{{ Form::label('project_filter', 'Project') }} {{ Form::select('project', $allProjects, null, [ 'class' => "form-control select2-input project_filter", 'id' => "project_filter", 'data-live-search'=>'true', ]) }}
{{ Form::label('user_filter', 'User') }} {{ Form::select('user', $allUsers, null, [ 'class' => "form-control select2-input user_filter", 'id' => "user_filter", 'data-live-search'=>'true', ]) }}
{{ Form::label('date_filter', 'From') }} {{ Form::date('date', null, [ 'class' => "form-control date_filter", 'id' => "date_filter", ]) }}
@stop @push('scripts') @endpush