Project Proposal for {{$proposal->project_type}}

#{{$proposal->proposal_id}}

Project Type: {{$proposal->project_type}}

Date: {{ \Carbon\Carbon::parse($proposal->date)->format('d-m-Y') }}

Open Till: {{ \Carbon\Carbon::parse($proposal->open_till)->format('d-m-Y') }}

Scope of Work

{!! $proposal->scope_of_work !!}

Third-Party Services

@php $plans = ['Starter', 'Grow', 'Business', 'Scalability']; // budget data $budget = $proposal->budget; // budget is JSON string or number? if (is_string($budget)) { // JSON decode $budget = json_decode($budget, true); } @endphp @if(is_array($budget))

Budget

@foreach($plans as $plan) @endforeach @foreach($budget as $feature => $plansData) @if($feature !== 'Budget') @foreach($plans as $plan) @endforeach @endif @endforeach @if(!empty($budget['Budget'])) @foreach($plans as $plan) @endforeach @endif
Feature{{ $plan }}
{{ $feature }} {!! (isset($plansData[$plan]) && $plansData[$plan] == 1) ? '✔' : '✘' !!}
Budget (₹){{ $budget['Budget'][$plan] ?? '-' }}
@elseif(is_numeric($budget))

Budget

The estimated total cost for the complete development and testing of the mobile applications, web platforms, and backend systems is: ₹INR: {{ number_format($budget, 2) }}

@if(!empty($proposal->budget_offer))

Offer Price: ₹INR: {{ number_format($proposal->budget_offer, 2) }}

@endif @else

No budget information available.

@endif

Payment Terms

Team Involved

# Team Responsibility Technology Stack
1Business AnalystDocumentationGoogle Docs
2UI DesignerUser Interface DesignFigma
3Front-End DeveloperFront-End DevelopmentHTML, CSS, Bootstrap 5, JS Libraries
4App DeveloperMobile App DevelopmentFlutter
5Back-End DeveloperServer-Side DevelopmentPHP Laravel 11
6Database AdministratorDatabase ManagementMySQL
7TesterManual Testing-
8Team LeadProject Oversight-
9Project ManagerPlanning & Execution-
10DevOps EngineerDeployment & Infrastructure-

Project Delivery Timeline

Terms & Conditions

ACCEPTANCE OF CONDITIONS
The placing of an order confirms acceptance of the above-mentioned terms and conditions. Conditions conflicting with ours will be void.

— End —