@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::model($position, ['method' => 'PATCH','route' => ['position.update', $position->id],'class'=>'form-horizontal','enctype'=>'multipart/form-data']) !!}
@lang('message.edit_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