@extends('admin.master',['menu'=>'fiat_withdraw', 'sub_menu'=>'fiat_withdraw_list']) @section('title', isset($title) ? $title : '') @section('style') @endsection @section('content')
  • {{__('Fiat Withdrawal')}}
  • {{__('Withdrawal History')}}
{{__('User Name')}} {{__('Bank')}} {{__('Currency Amount')}} {{__('Coin Amount')}} {{__('Rate')}} {{__('Fees')}} {{__('Status')}} {{__('Date')}} {{__('Actions')}}
{{__('User Name')}} {{__('Bank')}} {{__('Currency Amount')}} {{__('Coin Amount')}} {{__('Rate')}} {{__('Fees')}} {{__('Status')}} {{__('Date')}}
{{__('User Name')}} {{__('Bank')}} {{__('Currency Amount')}} {{__('Coin Amount')}} {{__('Rate')}} {{__('Fees')}} {{__('Image')}} {{__('Status')}} {{__('Date')}}
@endsection @section('script') @endsection