@extends('layouts.seller.app', ['page' => $menuSeller['wallet']['active'] ?? "", 'sub_page' => $menuSeller['wallet']['route']['withdrawal_history']['sub_active']]) @section('title', __('labels.withdrawal_history')) @section('header_data') @php $page_title = __('labels.withdrawal_history'); $page_pretitle = __('labels.seller') . " " . __('labels.wallet'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('seller.dashboard')], ['title' => __('labels.wallet'), 'url' => route('seller.wallet.index')], ['title' => __('labels.withdrawals'), 'url' => route('seller.withdrawals.index')], ['title' => __('labels.withdrawal_history'), 'url' => ''] ]; @endphp @section('seller-content')