@extends('layouts.user') @section('title') @lang('Exchange History') @endsection @section('breadcrumb') @lang('Exchange History') @endsection @push('extra')
@lang('Back') @endpush @section('content')| @lang('Transaction Id') | @lang('From Currency') | @lang('From Amount') | @lang('To Currency') | @lang('To Amount') | @lang('Charge') | @lang('Date') | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{@$item->trnx}} | {{@$item->fromCurr->code}} | {{amount($item->from_amount,$item->fromCurr->type,2)}} {{@$item->fromCurr->code}} | {{@$item->toCurr->code}} | {{amount($item->to_amount,$item->toCurr->type,2)}} {{@$item->toCurr->code}} | {{amount($item->charge,$item->fromCurr->type,2)}} {{$item->fromCurr->code}} | {{dateFormat($item->created_at)}} | |||||
| @lang('No data found!') | |||||||||||