@extends('admin.layouts.sellermastersoyuz') @section('title', 'Completed Payments') @section('body') @component('seller.components.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('staticwords.CompletedPayments') }} @endslot @slot('menu1') {{ __('staticwords.CompletedPayments') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('staticwords.CompletedPayments') }}
{!! $sellerpayouts->container() !!}
{{ __('staticwords.ReceivedPayouts') }}
# {{ __('staticwords.TransferType') }} {{ __('staticwords.OrderID') }} {{ __('staticwords.Amount') }} {{ __('staticwords.SellerDetails') }} {{ __('staticwords.PaidOn') }} {{ __('staticwords.Action') }}
@endsection @section('custom-script') {!! $sellerpayouts->script() !!} @endsection