@section('title', $title) @section('description', $description) @extends('layout.app') @section('content')
Download Invoice Download Attachment Print Sale Download Account Pdf View Details
Details Sale
Customer Info

{{ $order->customer?->channel_name }}

{{ $order->customer?->description }}

Sale Info

Date: {{$order->created_at}}

Reference: {{$order->id}}

Payment Status: Paid

Payment Method: {{$order->payment_mode}}

Order Summary
Product Name Product Cost Quantity Sales Price Subtotal
{{ $order->product?->product_name }} {{ $order->product->product_cost }} 1 Pcs ${{ $order->amount }} ${{ $order->amount }}

Paid: ${{ $order->amount }}

@endsection