@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')
| Date | ID | @if (in_array(auth()->user()->user_type, ['agent', 'seller']))Chat | @endifProduct ID | Order State | Review type | Review deleted | Review | Paypal | Order Number | Screen | Refund Image | Client Profile | Product Name | Store | Feedback | % Refund | @if (auth()->user()->user_type == 'agent')Product Link | @endif @if (auth()->user()->user_type == 'admin')Seller / Manager | @elseif (auth()->user()->user_type == 'manager')Seller | @elseif (auth()->user()->user_type == 'agent')Manager | @endif @if (auth()->user()->user_type != 'agent')ASIN | @endif @if (in_array(auth()->user()->user_type, ['seller', 'manager', 'admin']))Agent | @endifReview date | Refund date | @if (auth()->user()->user_type != 'seller')Agent comm. | @endif @if (in_array(auth()->user()->user_type, ['manager', 'admin']))Tot. comm. | @endifNote | @if (auth()->user()->user_type == 'agent')Agent Note | @endif @if (auth()->user()->user_type != 'seller')@endif |
|---|