@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('core::general.type',1)}}{{trans_choice('expense::general.expense',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->name_khr}} {{$key->reference}} @if($key->currency_id==1) USD @else KHR @endif {{number_format($key->amount,2)}} {{$key->date}} {{$key->description}}
@endsection @section('scripts') @endsection