@extends('admin.layouts.container') @section('content')
@csrf
@if(isMainAdminRole()) @endif {{-- --}} {{-- --}} {{-- --}} {{-- --}} @if(isMainAdminRole()) @endif {{-- --}} {{-- --}} {{-- --}} {{-- --}}
{{ __('orders::orders.order_id') }}{{ __('orders::orders.account_name') }}{{ __('orders::orders.customer_name') }}{{ __('orders::orders.seller_name') }}{{ __('orders::orders.provider_name') }} {{ __('orders::orders.rep_name') }}{{ __('orders::orders.status') }}{{ __('orders::orders.total') }}{{ __('orders::orders.payment_status') }} {{ __('dashboard.created_at') }} {{ __('dashboard.processes') }}
@endsection @section('inner_js') @include('admin.partials._script') @endsection