@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