@extends('admin.master') @section('title') Order Details @endsection @section('sideMenuTitle') Order Details @endsection @section('pageTitle') @endsection @section('bodyContent')
@if(Session::has('message'))

{{Session::get('message')}}

@endif @if(Session::has('error'))

{{Session::get('error')}}

@endif @if ($errors->any())
@endif

Order# {{$order->order_number}}

Payment Type

{{strtoupper($order->payment_type)}}

Order Status


Warning: Undefined variable $order in /home/foodzizr/public_html/pharmastore/resources/views/admin/Order/details.blade.php on line 68

Warning: Attempt to read property "status" on null in /home/foodzizr/public_html/pharmastore/resources/views/admin/Order/details.blade.php on line 68

Warning: Undefined variable $order in /home/foodzizr/public_html/pharmastore/resources/views/admin/Order/details.blade.php on line 70

Warning: Attempt to read property "status" on null in /home/foodzizr/public_html/pharmastore/resources/views/admin/Order/details.blade.php on line 70

Warning: Undefined variable $order in /home/foodzizr/public_html/pharmastore/resources/views/admin/Order/details.blade.php on line 73

Warning: Attempt to read property "status" on null in /home/foodzizr/public_html/pharmastore/resources/views/admin/Order/details.blade.php on line 73
@foreach($products as $val)
Fatal error: Uncaught Error: Class "App\Product" not found in /home/foodzizr/public_html/pharmastore/resources/views/admin/Order/details.blade.php:108 Stack trace: #0 {main} thrown in /home/foodzizr/public_html/pharmastore/resources/views/admin/Order/details.blade.php on line 108
Serial # Product Unit Price ({{ $settings ? $settings->currency_symbol ?? "Currency Not Set" : "Currency Not Set" }}) Qty Sub Total ({{ $settings ? $settings->currency_symbol ?? "Currency Not Set" : "Currency Not Set" }}) Discount Discount Type Grand Total ({{ $settings ? $settings->currency_symbol ?? "Currency Not Set" : "Currency Not Set" }})