{!! HTML::style("assets/quote-template/style.css") !!}
Billed To:

{{ $invoice->company->company_name }}

@if ($invoice->company->billing_address == "")
{!! nl2br($invoice->company->address) !!}
{{ $invoice->company->country }}
@else
{!! nl2br($invoice->company->billing_address) !!}
@endif
Generated By:

Froiden Technologies Pvt. Ltd.

10/850, Malviya Nagar, Jaipur - 302017 (India)
+91 8890039491

Invoice #{{ $invoice->invoice_number }}

Date: {{ \Carbon\Carbon::now()->format("dS M Y") }}
{{ $invoice->status }}
{{--
--}} {{--

Hi {{ $quote->contact_person }},

--}} {{--
Thank you for contacting us. As per the requirements discussed during our initial conversation, we are pleased to quote you as follows:
--}} {{--
--}}
@foreach($invoice->items as $item) @if ($item->type == "Item") @elseif($item->type == "Tax") @elseif($item->type == "Discount") @endif @if($count == 6)
# Item Price
{{ ++$count }}

{{ $item->name }}

{{ $invoice->currencySymbol }}{{ $item->amount }}
  {{ $item->name }} {{ $invoice->currencySymbol }}{{ $item->amount }}
  {{ $item->name }} -{{ $invoice->currencySymbol }}{{ $item->amount }}

@endif @endforeach
TOTAL {{ $invoice->currencySymbol }}{{ $invoice->amount }}

 

Notes

{!! nl2br($invoice->notes) !!}