@extends('admin.master',['menu'=>'transaction', 'sub_menu'=>'transaction_withdrawal']) @section('title', isset($title) ? $title : '') @section('style') @endsection @section('content')
  • {{__('Transaction History')}}
  • {{__('Withdrawal History')}}
@csrf
{{__('Type')}} {{__('Sender')}} {{__('Coin Type')}} {{__('Address')}} {{__('Receiver')}} {{__('Amount')}} {{__('Memo')}} {{__('Fees')}} {{__('Transaction Id')}} {{__('Coin API')}} {{__('Update Date')}} {{__('Actions')}}
@csrf
{{__('Type')}} {{__('Sender')}} {{__('Coin Type')}} {{__('Address')}} {{__('Receiver')}} {{__('Amount')}} {{__('Memo')}} {{__('Fees')}} {{__('Transaction Id')}} {{__('Coin API')}} {{__('Update Date')}}
@csrf
{{__('Type')}} {{__('Sender')}} {{__('Coin Type')}} {{__('Address')}} {{__('Receiver')}} {{__('Amount')}} {{__('Memo')}} {{__('Fees')}} {{__('Transaction Id')}} {{__('Coin API')}} {{__('Update Date')}}
@endsection @section('script') @endsection