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

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

{!! Form::open(array('route' => 'position.store','method'=>'POST','class'=>'form-horizontal','enctype'=>'multipart/form-data')) !!}
@lang('message.position')
*
{!! Form::text('name_en', null, array('placeholder' => 'Ex: Credit officer','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