@extends('layouts.app') @section('breadcrumb') @stop @section('content')

{!! trans('messages.submit') !!} {!! trans('messages.application') !!} (For Leacov Only)

{!! Form::open(['url'=>'training-application/submit','id'=>'application-form']) !!}
{!! Form::label('classroom','Training Courses',[]) !!}
{!! Form::label('nric',trans('messages.user'),[]) !!} {!! Form::select('employees[]',$employees,'',['class'=>'form-control show-tick','title'=>'Select Employees','multiple'=>'multiple','data-actions-box'=>'true','required'=>'required']) !!}
Disclaimer:
In no event will we be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this website.
{!! Form::submit('Submit Application', ['id' => 'm-submit', 'class' => 'btn btn-success pull-right', 'disabled' => 'true']) !!}
{!! Form::close() !!}

{!! trans('messages.classroom') !!} {!! trans('messages.calendar') !!}

@stop @section('js') @stop