@extends('admin.layouts.sellermastersoyuz') @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