@extends('layouts/layoutMaster') @section('title', 'Proposal') @section('vendor-style') @vite('resources/assets/vendor/libs/flatpickr/flatpickr.scss') @endsection @section('page-style') @vite('resources/assets/vendor/scss/pages/app-invoice.scss') @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/moment/moment.js', 'resources/assets/vendor/libs/flatpickr/flatpickr.js', 'resources/assets/vendor/libs/cleavejs/cleave.js', 'resources/assets/vendor/libs/cleavejs/cleave-phone.js' ]) @endsection {{-- @section('page-script') @vite([ 'resources/assets/js/offcanvas-add-payment.js', 'resources/assets/js/offcanvas-send-invoice.js' ]) @endsection --}} @section('content')
{{ $data->office_address ?? $data->address }},{{ $city }},{{ $state }},{{ $country }},{{ $data->zipcode }}
{{ $data->email }}
{{ $data->phone_no ?? $data->phone }}
Plot No: {{ $company->billing_address }},{{ $company->city->name }},{{ $company->state->name }},{{ $company->country->name }},{{ $company->billing_zipcode }}
Phone: {{ $company->phone }}
Email: {{ $company->email }}
GST: {{ $company->gst }}
CIN No: {{ $company->cin_no }}
| No | Product | Description | Quantity | Rate | @if($data->state != 12)IGST | @elseCGST | SGST | @endifTotal |
|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $items->product->name }} | {{ $items->descriptions }} | {{ number_format($items->quantity, 2) }} | {{ number_format($items->rates, 2) }} | @if($items->sgst != NULL){{ number_format($items->cgst, 2) }} | {{ number_format($items->sgst, 2) }} | @else{{ number_format($items->igst, 2) }} | @endif{{ number_format($items->totals, 2) }} |
Note: It was a pleasure working with you and your team. We hope you will keep us in mind for future. Thank You!