@extends('layouts.admin.app', ['page' => $menuAdmin['customers']['active'] ?? "", 'sub_page' => $menuAdmin['customers']['route']['deposits']['sub_active'] ?? null]) @section('title', __('labels.pending_wallet_deposits')) @section('header_data') @php $page_title = __('labels.pending_wallet_deposits'); $page_pretitle = __('labels.admin') . " " . __('labels.wallet'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('admin.dashboard')], ['title' => __('labels.pending_wallet_deposits'), 'url' => ''] ]; @endphp @section('admin-content')

{{ __('labels.pending_wallet_deposits') }}

@endsection @push('scripts') @endpush