@extends($layout) @section('header_scripts') @stop @section('content')

{{getPhrase('select_details')}}

{{ getPhrase('general_instructions') }}

  • {{getPhrase('present')}}
  • {{getPhrase('absent')}}
  • {{getPhrase('leave')}}
{!! Form::open(array('url' => URL_GET_BRANCH_STAFF, 'method' => 'POST')) !!}
{{ Form::label ('branch_id', getphrase('branch')) }} * {{ Form::select('branch_id', $branches, '', [ 'class' => 'form-control', "id" => "select_branch", "ng-model" => "branch_id", "ng-change" => "getParentCourses(branch_id)" ])}}
{{ Form::label ('role_id', getphrase('staff_type')) }} * {{ Form::select('role_id', $roles, '', [ 'class' => 'form-control', "id" => "select_branch", "ng-model" => "role_id", 'placeholder'=>getPhrase('select'), "ng-change" => "getStaffParentCourses(role_id)" ])}}
{{ Form::label('attendance_date', getphrase('attendance_date')) }} *
{{ Form::text('attendance_date', $value = date('Y/m/d') , $attributes = array('class'=>'form-control', 'placeholder' => '2015/7/17', 'id'=>'dp')) }}

{!! Form::close() !!}
@stop @section('footer_scripts') @include('staff-attendance.scripts.js-scripts') @stop