@extends('core::layouts.master') @section('title') {{ trans_choice('payroll::general.position',2) }} @endsection @section('styles') @stop @section('content') {{ trans_choice('payroll::general.position',2) }} {{ trans_choice('dashboard::general.dashboard',1) }} {{ 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') @lang('message.position_en') * {!! Form::text('name_en', null, array('placeholder' => 'Ex: Credit officer','class' => 'form-control')) !!} @if($errors->first('name_en')) {{$errors->first('name_en')}} @endif @lang('message.position_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