@extends('layouts.adminlte.adminlte') @section('title') Payments @endsection @section('content_header') @parent

Payments

@endsection @section('modals') @if (in_array(auth()->user()->user_type, ['admin', 'manager'])) @endif @endsection @section('payments_list_table') @if (in_array(auth()->user()->user_type, ['agent', 'admin', 'manager'])) @endif @if (in_array(auth()->user()->user_type, ['admin', 'manager', 'seller'])) @endif @if (in_array(auth()->user()->user_type, ['admin', 'manager'])) @endif @if (in_array(auth()->user()->user_type, ['agent', 'admin'])) @endif @if (in_array(auth()->user()->user_type, ['admin', 'manager'])) @endif @if (in_array(auth()->user()->user_type, ['agent', 'admin', 'manager'])) @endif
Order date Order IDState Agent Comm.Total Comm. Seller Comm.SellerManagerAgent Agent PaypalProduct Name Order n.Payment date
@endsection @section('payments_table_agents') @if (in_array(auth()->user()->user_type, ['admin', 'manager']))
Agent ID Agent Telegram Paypal N. orders Total Paid To be paid Feedback Last pay
@endif @endsection @section('payments_table_sellers') @if (in_array(auth()->user()->user_type, ['admin', 'manager']))
Seller ID Seller Telegram Wechat N. orders Total Paid To be paid Feedback Last pay
@endif @endsection @section('payments_table_sellers_only') @if (auth()->user()->user_type == 'seller')
Manager Paypal Telegram Wechat N. orders Total Paid To be paid Feedback Last pay
@endif @endsection @section('boxes') @if (in_array(auth()->user()->user_type, ['seller', 'agent']))

0

Total Refunded Orders

More info

0

Paid Orders

More info

0

Feedback Orders

More info

0

Orders to be paid

More info

0 €

Orders to be paid in €

More info
@elseif (in_array(auth()->user()->user_type, ['admin', 'manager']))

0

Total Refunded Orders

More info

0

Paid Agents Orders

More info

0

Agents orders to be paid

More info

0 €

Agents orders to be paid in €

More info

0

Feedback Orders

More info

0

Paid Sellers Orders

More info

0

To Receive Sellers Orders

More info

0 €

To Receive Sellers Orders in €

More info
@endif @endsection @section('content') @yield('modals') @yield('boxes') @if (in_array(auth()->user()->user_type, ['admin', 'manager']))
@yield('payments_list_table')
@else @if (auth()->user()->user_type == 'seller')
@yield('payments_list_table')
@else
@yield('payments_list_table')
@endif @endif @endsection @section('css') @parent @endsection @section('js') @parent {{-- modals js --}} @if (in_array(auth()->user()->user_type, ['admin', 'manager'])) @endif