@extends('layouts.adminlte.adminlte') @section('title') Orders @endsection @section('content_header') @parent @if (in_array(auth()->user()->user_type, ['admin', 'manager', 'agent']))

Orders

@else

Orders

@endif @endsection @section('modals') @if(in_array(auth()->user()->user_type, ['admin', 'manager', 'agent'])) @endif @if(in_array(auth()->user()->user_type, ['admin', 'manager'])) @endif @endsection @section('boxes')
@if (in_array(auth()->user()->user_type, ['manager', 'admin', 'seller']))

0

Total Orders

More info

0

Refunded Orders

More info

0

Waiting Review

More info

0

Reviewed Orders

More info

0

Forwarded Orders

More info

0

Orders To Refund

More info
@else

0

Total Orders

More info

0

Refunded Orders

More info

0

Waiting Review

More info

0

Reviewed Orders

More info
@endif
@endsection @section('content') @yield('boxes')
@if (in_array(auth()->user()->user_type, ['agent', 'seller'])) @endif @if (auth()->user()->user_type == 'agent') @endif @if (auth()->user()->user_type == 'admin') @elseif (auth()->user()->user_type == 'manager') @elseif (auth()->user()->user_type == 'agent') @endif @if (auth()->user()->user_type != 'agent') @endif @if (in_array(auth()->user()->user_type, ['seller', 'manager', 'admin'])) @endif @if (auth()->user()->user_type != 'seller') @endif @if (in_array(auth()->user()->user_type, ['manager', 'admin'])) @endif @if (auth()->user()->user_type == 'agent') @endif @if (auth()->user()->user_type != 'seller') @endif
Date IDChatProduct ID Order State Review type Review deleted Review Paypal Order Number Screen Refund Image Client Profile Product Name Store Feedback % RefundProduct LinkSeller / Manager SellerManagerASINAgentReview date Refund dateAgent comm.Tot. comm.NoteAgent Note
@yield('modals') @endsection @section('css') @parent @endsection @section('js') @parent @if (auth()->user()->user_type == 'agent') @endif {{-- modals js --}}