@extends('admin.layouts.sellermastersoyuz') @section('title', __('Completed Payments')) @section('body') @include('admin.layouts.topbar',$data)
@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