@extends('core::layouts.master') @section('title') បញ្ចីរ Item @endsection @section('styles') @stop @section('content')
បញ្ចីរ Item
@can('payroll.payroll.items.create') បន្ថែមថ្មី @endcan
@foreach($data as $key) @endforeach
ឈ្មោះ Item ប្រភេទ ទឹកប្រាក់ {{ trans_choice('core::general.action',1) }}
{{$key->name}} @if($key->type=='allowance') {{trans_choice('payroll::general.allowance',1)}} @else {{trans_choice('payroll::general.deduction',1)}} @endif {{$key->amount}} @if($key->amount_type=='fixed') {{trans_choice('payroll::general.fixed',1)}} @else % @endif
@endsection @section('scripts') @endsection