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