@extends('admin.layouts.master-soyuz') @section('title',__('Seller Payments | ')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __(' Seller Due Payouts') }} @endslot @slot('menu2') {{ __(" Seller Due Payouts") }} @endslot ​ @endcomponent
@if ($errors->any()) @endif
{{ __(' Seller Due Payouts') }}
# {{__('Order TYPE')}} {{__("Order ID")}} {{__("Order Amount")}} {{__("Seller Details")}} {{__("Action")}}
@endsection @section('custom-script') @endsection