@extends('layouts/layoutMaster') @section('title', 'Proposal') @section('page-script') @vite('resources/js/print-invoice.js') @endsection @section('content')
{{ $data->office_address ?? $data->address }}
{{ $city }},{{ $state }},{{ $country }},{{ $data->zipcode }}
{{ $data->email }}
{{ $data->phone_no ?? $data->phone }}
@endif @if($proposal)Date: {{ \Carbon\Carbon::parse($proposal->date)->format('d-m-Y') }}
Open Till: {{ \Carbon\Carbon::parse($proposal->open_till)->format('d-m-Y') }}
Plot No: {{ $company->billing_address }}
Phone: {{ $company->phone }}
Email: {{ $company->email }}
GST: {{ $company->gst }}
CIN No: {{ $company->cin_no }}
@endif| NO | PRODUCT | DESCRIPTION | QUANTITY | RATE | @if($data->state != 12)IGST | @elseCGST | SGST | @endifTOTAL |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $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!