Invoice
# | Description | Days | Unit Price | Amount |
---|---|---|---|---|
1 | {{$invoice->description}} | {{$invoice->day}} | ${{$invoice->per_day_price}} | ${{$invoice->price}} |
{{$i}} | {{$invoiceExtra->description}} | - | - | ${{$invoiceExtra->price}} |
Total Amount${{$invoice->total}}