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

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

{{number_format($data->total())}} {{ trans_choice('payroll::general.item',2) }} {{ trans_choice('core::general.found',1) }}

@foreach($data as $key)
@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
@endforeach
{{$data->links()}}
{{ trans_choice('core::general.page',1) }} {{$data->currentPage()}} {{ trans_choice('core::general.of',1) }} {{$data->lastPage()}}
@endsection @section('scripts') @endsection