@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 }}
1108, The Orion, Nr. Hiramani School, S. G. Highway, Ahmedabad, Gujarat, India - 382481
Phone: 94285 85360
Email: contact@mpiricsoftware.com
{{--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{{ $items->totals }} |
Note: It was a pleasure working with you and your team. We hope you will keep us in mind for future. Thank You!