@extends('admin.layouts.sellermaster') @section('title', 'Completed Payments') @section('body') @component('seller.components.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('Completed Payments') }} @endslot @slot('menu1') {{ __('Completed Payments') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Completed Payments') }}
{!! $sellerpayouts->container() !!}
{{ __('Received Payouts') }}
# Transfer TYPE Order ID Amount Seller Details Paid On Action
@endsection @section('custom-script') {!! $sellerpayouts->script() !!} @endsection