@extends('layouts.master') @php use Illuminate\Support\Carbon; @endphp @section('content')
ISSUED TO: {{$bill->company}}
{{$bill->country}}
{{--Near Railway Station,
Coimbatore - 641001
--}}Invoice No: INV {{$bill->id}}
Date: {{Carbon::parse($bill->billing_date)->format('d-m-Y')}}'
# | Description | Unit | Qty | Total |
---|---|---|---|---|
1 | {{$bill->name}}' | {{$bill->price}} | 1 | {{$bill->price}} |
Subtotal | {{$bill->price}} | |||
Tax ({{$tax_table->gst}}%) | {{$taxamount}} | |||
Total | {{$total_amount}} |