@extends("admin.layouts.sellermaster")
@section('title','Completed Payments | ')
@section("body")
{!! $sellerpayouts->container() !!}
#
|
Transfer TYPE
|
Order ID
|
Amount
|
Seller Details
|
Paid On
|
Action
|
@endsection
@section('custom-script')
{!! $sellerpayouts->script() !!}
@endsection