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

{{ trans_choice('expense::general.expense',1) }} {{ trans_choice('expense::general.type',2) }}

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

@foreach($data as $key)
{{$key->asset_chart_of_account}}
{{$key->expense_chart_of_account}}
@endforeach
{{$data->links()}}
{{ trans_choice('core::general.page',1) }} {{$data->currentPage()}} {{ trans_choice('core::general.of',1) }} {{$data->lastPage()}}
@endsection @section('scripts') @endsection