@extends('layouts.seller.app', ['page' => $menuSeller['earnings']['active'] ?? ""]) @section('title', __('labels.settlement_history')) @section('header_data') @php $page_title = __('labels.settlement_history'); $page_pretitle = __('labels.admin') . " " . __('labels.settlement_history'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('seller.dashboard')], ['title' => __('labels.commission_settlements'), 'url' => route('seller.commissions.index')], ['title' => __('labels.settlement_history'), 'url' => ''] ]; @endphp @section('seller-content')

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

@endsection @push('scripts') @endpush