@extends('layouts.app') @section('title', 'Receipt') @section('content') @php $settings = \App\Models\BusinessSetting::current(); @endphp
{{ $settings->address }}
@endif @if ($settings->pan_vat_number)PAN/VAT: {{ $settings->pan_vat_number }}
@endifTAX INVOICE
@if ($order->invoice_number)Invoice No: {{ $order->invoice_number }}
FY: {{ $order->fiscal_year }}
*** Copy of Original - {{ $order->print_count }} ***
@endifOrder #{{ $order->order_number }}
{{ $order->created_at->format('d M Y, h:i A') }}
{{ $settings->receipt_footer_message }}
@endifServed by {{ $order->user->name }}