@extends('core::layouts.master') @section('title') {{ trans_choice('payroll::general.department',2) }} @endsection @section('styles') @stop @section('content')

{{ trans_choice('payroll::general.department',2) }}

{!! Form::open(array('route' => 'department.store','method'=>'POST','class'=>'form-horizontal','enctype'=>'multipart/form-data')) !!}
@lang('message.department')
*
{!! Form::text('name_en', null, array('placeholder' => 'Ex:Inoformation technology','class' => 'form-control')) !!} @if($errors->first('name_en')) {{$errors->first('name_en')}} @endif
*
{!! Form::text('name_kh', null, array('placeholder' => 'Ex: នាយកដ្ឋាន ព័ត៌មានវិទ្យា','class' => 'form-control')) !!} @if($errors->first('name_kh')) {{$errors->first('name_kh')}} @endif
{!! Form::close() !!}
@endsection @section('scripts') @endsection