Download PDF

{{ $proposal->title }}

Proposal for {{ $proposal->industryModal->page_name }}

For: {{ $proposal->client->name }}

Issued on: {{ date('F j, Y') }}

Proposal Ref: ZITS/CLT/03-2025/MH/001

Submitted to: {{ $proposal->client->name }}

Submitted by: Zillion IT Solutions

Address: Kairali Complex, Thondayad, Calicut, Kerala, India.

Email: mail@zillionit.com

Version: 1.0

Cover Letter

Date: {{ date('F j, Y') }}

To: {{ $proposal->client->name }}

Address: {{ $proposal->client->address }}

Subject: Proposal for {{ $proposal->industryModal->page_name }}

Dear Sir,

In the spirit of innovation and collaboration, we extend our heartfelt greetings to Meitra Hospital...

Benefits of {{ $proposal->industryModal->page_name }}

{!! $proposal->benifits !!}

Proposed Website Information Hierarchy

Essential Modules for Efficient Handling of the Website

{!! $proposal->essential_modules !!}

Proposed System Environment:

Keeping the requirements into consideration, we propose to use LAMP Stack OR MEAN Stack...

Proposed Project Timeline:

@php $totalDurations = ['weeks' => 0, 'days' => 0, 'hours' => 0, 'months' => 0]; @endphp @foreach ($proposedTimeline as $index => $line) @php $unit = strtolower($line->unit); if (isset($totalDurations[$unit])) { $totalDurations[$unit] += $line->duration; } @endphp @endforeach
# Title Unit Duration
{{ $index + 1 }} {{ $line->title }} {{ ucfirst($line->unit) }} {{ $line->duration }}
Total Duration: @foreach ($totalDurations as $unit => $total) @if ($total > 0) {{ $total }} {{ ucfirst($unit) }}
@endif @endforeach

Estimation of Efforts:

@foreach ($modules as $index => $module) @endforeach
# Implementation Activity
{{ $index + 1 }} {{ $module->name }}

Total: INR {{ number_format($proposal->amount, 2) }}/-

Amount in words: INR {{ ucfirst($amountInWords) }} Only

© 2025 Zillion IT Solutions. All rights reserved.