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

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

@foreach($data as $key) @endforeach
{{ trans_choice('core::general.id',1) }} {{trans_choice('expense::general.expense',1)}} {{trans_choice('core::general.type',1)}} {{trans_choice('expense::general.amount',1)}} {{trans_choice('core::general.date',1)}} {{trans_choice('core::general.description',1)}} {{ trans_choice('core::general.action',1) }}
{{$key->id}} {{$key->expense_type}} {{number_format($key->amount,2)}} {{$key->date}} {{$key->description}}
@endsection @section('scripts') @endsection