@extends('layouts.admin.app', ['page' => $menuAdmin['delivery_boy_management']['active'] ?? "", 'sub_page' => $menuAdmin['delivery_boy_management']['route']['cash_collection_history']['sub_active']]) @section('title', __('labels.cash_submission_history')) @section('header_data') @php $page_title = __('labels.cash_submission_history'); $page_pretitle = __('labels.admin') . " " . __('labels.delivery_boy_cash_collections'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('admin.dashboard')], ['title' => __('labels.delivery_boy_cash_collections'), 'url' => route('admin.delivery-boy-cash-collections.index')], ['title' => __('labels.cash_submission_history'), 'url' => ''] ]; @endphp @section('admin-content')