@extends('layouts.user') @section('title') @lang('User Dashboard') @endsection @section('breadcrumb') @lang('Dashboard') @endsection @section('content')
| @lang('Date') | @lang('Description') | @lang('Remark') | @lang('Amount') | @lang('Details') | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{dateFormat($item->created_at,'d-M-Y')}} | {{__($item->details)}} | {{ucwords(str_replace('_',' ',$item->remark))}} | {{$item->type}} @if ($item->type == '-') {{amount(($item->amount + $item->charge),$item->currency->type,2)}} @else {{amount($item->amount,$item->currency->type,2)}} @endif {{$item->currency->code}} | ||||||||
| @lang('No data found') | |||||||||||