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

{{getPhrase('select_details')}}

{!! Form::open(array('url' => URL_PAYSALAY_GET_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::close() !!} @stop @section('footer_scripts') @include('salary.scripts.js-scripts') @stop