@extends('admin.layouts.layout') @section('title')Quote Calculations @endsection @section('body')
# | City | Project Type | Project Built Up Area | Services | Estimated Cost |
---|---|---|---|---|---|
{{ $i + 1 }} | {{ $query->city }} | {{ $query->project_type }} | {{ $query->project_buildup_area }} | {{ $query->services }} | $ {{ $query->estimated_cost }} |