@extends('layouts.master') @section('header') @include('layouts.partials.header') @endsection @section('navbar') @include('layouts.partials.nav') @endsection @section('sidebar') @include('layouts.partials.sidebar') @endsection @section('content')

{{__("Orders")}}

 
@include('layouts.partials.flash-message')
{{__("Order Number")}} {{__("Customer Name")}} {{__("Customer Phone")}} {{__("Category")}} {{__("Product Name")}} {{__("Product Weight")}} {{__("Quantity")}} {{__("Total Cost")}} {{__("Payment")}} {{__("Coupon?")}} {{__("Country")}} {{__("City")}} {{__("Region")}} {{__("Address")}} {{__("Creation Date")}} {{__("Delivery Date")}} {{__("Delivery Shift")}} {{__("Status")}} {{__("Actions")}}
@endsection @section('footer') @include('layouts.partials.footer') @endsection @section('scripts') @include('layouts.partials.scripts') @endsection