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

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

@foreach($data as $key) @endforeach
{{ trans_choice('core::general.name',1) }} {{ trans_choice('payroll::general.type',1) }} {{ trans_choice('payroll::general.amount',1) }} {{ 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