SISTEM TEMPAHAN TIKET PENERBANGAN
{{ csrf_field() }}
@if (isset($msg)) {{ $msg }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

Pengumuman

{!! Form::open(['action'=>'\App\Modules\Admin\Controllers\DataManagementController@jawatanstore', 'method'=>'post', 'class'=>'form-horizontal form-label-left','id'=>'data_form', 'files'=>true]) !!}
{!! Form::close() !!}