@extends('core::layouts.master') @section('title') {{ trans_choice('payroll::general.department',2) }} @endsection @section('styles') @stop @section('content') {{ trans_choice('payroll::general.department',2) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ trans_choice('payroll::general.department',2) }} {!! Form::open(array('route' => 'department.store','method'=>'POST','class'=>'form-horizontal','enctype'=>'multipart/form-data')) !!} @lang('message.department') @lang('message.department_en') * {!! Form::text('name_en', null, array('placeholder' => 'Ex:Inoformation technology','class' => 'form-control')) !!} @if($errors->first('name_en')) {{$errors->first('name_en')}} @endif @lang('message.department_kh') * {!! 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