@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)}}
@foreach($products as $val)
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" }})