@extends('layouts.app') @section('head') @endsection @section('content')

COMMENTS & FEEDBACKS

Customer Product Name Phone no Status Headline Comment Star Rating Action
{$product.customer.first_name$} {$product.product.product_name$} {$product.customer.phone_no$} {$status.name$} {$product.headline$} {$product.comment$} {$product.rating_star$}
{$begin$} - {$end$} of {$totallength$}
{$order.order_id$}
{$order.customer.first_name$} {$order.customer.last_name$}

{$order.address.address_name$} 

{$order.address.contact_name$} 

{$order.address.address_1$}
{$order.address.address_2$}
Landmark : {$order.address.land_mark$}
{$order.address.city$} {$order.address.district$}

Ph: {$order.address.contact_no$}

Product Name Status Quantity Price Total Action
{$productmana.productname$} {$productmana.orderpricequantity$} {$productmana.order_quantity_name$} {$status.name$} {$productmana.quantity$} ${$productmana.selling_amount$} ${$productmana.total_amount$}
Total : {$order.subtotal$}
@include('users.admin.sidebar')
@endsection @section('js') @endsection