@extends('layouts.user') @section('title') @lang('Deposit History') @endsection @section('breadcrumb') @lang('Deposit History') @endsection @section('content')
| @lang('Amount') | @lang('Charge') | @lang('Method') | @lang('Status') | @lang('Date') | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{amount($item->amount,$item->currency->type,2)}} {{$item->currency->code}} | {{amount($item->charge,$item->currency->type,2)}} {{$item->currency->code}} | {{$item->gateway->name}} | {{$item->status}} | {{dateFormat($item->created_at)}} | |||||||
| @lang('No data found!') | |||||||||||