@extends('admin.master',['menu'=>'transaction', 'sub_menu'=>'transaction_deposit_fiat']) @section('title', isset($title) ? $title : '') @section('style') @endsection @section('content')
  • {{__('Currency Transaction History')}}
  • {{__('Currency Deposit History')}}
{{__('User')}} {{__('Payment Method')}} {{__('Coin Type')}} {{__('Amount')}} {{__('Transaction Id')}} {{__('Date')}} {{__('Actions')}}
{{__('User')}} {{__('Payment Method')}} {{__('Coin Type')}} {{__('Amount')}} {{__('Transaction Id')}} {{__('Note')}} {{__('Date')}}
{{__('User')}} {{__('Payment Method')}} {{__('Coin Type')}} {{__('Amount')}} {{__('Transaction Id')}} {{__('Date')}}
@endsection @section('script') @endsection