@extends('admin.layouts.app') @section('title', 'Order Details Page') @push('styles') @endpush @section('admin_content')

Order Details : {{ $order->OrderItem[0]->product->product_name}} All Orders

{{-- --}}
Title Description
Product Name {{ $order->OrderItem[0]->product->product_name}}
Customer Name {{ $order->billing->name }}
Phone {{ $order->billing->phone}}
Address {{ $order->billing->address}}
Quantity {{ $order->OrderItem[0]->quantity}}
Amount {{ $order->OrderItem[0]->product_price}}
Product Description {!! $order->OrderItem[0]->product->product_description!!}
Product Selling Price {{ $product->selling_price }}
Product Description {!! $product->product_description !!}
Video embeded code {{ $product->video }}
Admin {{ $product->admin_id }}
Product Thumbnail
Product Multiple Images @foreach ($images as $image) image @endforeach
@endsection @push('scripts') @endpush