@extends('layouts.master') @section('title', __('Deposit')) @section('breadcrumb-text')

{{ __('Deposits')}} - {{ ucwords($_GET['status'] ?? '') }}

@can('deposit-view') {!! renderIconHtml('pending') !!}{{__('Pending')}} {!! renderIconHtml('approve') !!}{{__('Approved')}} {!! renderIconHtml('reject') !!}{{__('Rejected')}} @endcan {!! renderIconHtml('back') !!}{{ __('Back')}}
@endsection @section('content')
{{ __('#') }} {{ __('Date') }} {{ __('Username') }} {{ __('Name') }} {{ __('Reference No') }} {{ __('Requested Deposit') }} {{ __('Euro Amount') }} {{ __('Transfer To') }} {{ __('Transaction Id/Hash') }} {{ __('Sender Address') }} {{ __('Receiver Address') }} {{ __('Proof Of Payment') }} {{ __('Status') }} {{ __('Action') }}
@include('backend.deposit.modal')
@endsection @push('scripts') @endpush