@extends('admin.layout') @section('title',__('orders')) @section('css') @endsection @section('content')
# id {{ __('User') }} {{ __('Customer Name') }} {{ __('Address') }} {{ __('Brand') }} {{ __('Products') }} {{ __('Storehouse') }} {{ __('Total') }} {{ __('Status') }} {{ __('Shipping company') }} {{ __('Order date') }} {{ __('Action') }}
@endsection @section('scripts') @include('admin.pages.orders.status_modal') @include('admin.pages.orders.order_js') @endsection @section('scripts') @endsection