@extends('layouts.admin') @section('content')
@include('includes.admin.accountSidebar')

Subscripted Id:

{{$orders->formattedOrderId}}

@if (session()->has('message'))
{{session()->get('message')}}
@endif

Subscriped Date:

{{$orders->order_date}}

Status:

{{$orders->order_status}}

Order value:

{{$orders->grand_total}}

Total Items:

{{ count($orders->items) }}

Go
{{$orders->address_list->address_type}}

{{$orders->address_list->mobile_number}}

{{$orders->address_list->address}}

Delivery in 5 - 7 working days
Selected Subscription Days
Started On
{{$orders->started_on}}
Schedule Type
{{$orders->schedule_type_name}}
Schedule Days
@php $product_discount = 0 ; $product_subtotal = 0; $total_gst_val = 0; @endphp @if(isset($order_items)) @foreach($order_items as $key => $product) @foreach($product as $item) @php $colspan = 'colspan="2"'; @endphp
Product Price(₹) Quantity GST(%) GST(₹) Total(₹)

{{ $key }}

( {{ count($product) }} Items )