@extends('frontend.layouts.master') @section('content')
{{ $order->invoice_no }}
{{ $order->date }}
{{ priceFormat($order->grand_total) }}
{{ $item->property->name }}{{ $item->property->category->name }} |
{{ priceFormat($item->total_amount) }} |