@php use App\Enums\Seller\SellerWithdrawalStatusEnum; @endphp @extends('layouts.admin.app', ['page' => $menuAdmin['seller_management']['active'] ?? "", 'sub_page' => $menuAdmin['seller_management']['route']['seller_withdrawal_history']['sub_active']]) @section('title', __('labels.withdrawal_history')) @section('header_data') @php $page_title = __('labels.withdrawal_history'); $page_pretitle = __('labels.admin') . " " . __('labels.seller_withdrawals'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('admin.dashboard')], ['title' => __('labels.seller_withdrawals'), 'url' => route('admin.seller-withdrawals.index')], ['title' => __('labels.withdrawal_history'), 'url' => ''] ]; @endphp @section('admin-content')