@extends('email._layouts.base') @section('content') @if ($data->lead_type == "Book Visit") @php $subject = "Vishraam Project Request"; $name = "project"; @endphp @elseif ($data->lead_type == "General Enquiry" || $data->lead_type == "site visit") @php $subject = "Vishraam Contact Request"; $name = "contact"; @endphp @elseif ($data->lead_type == "Service" || $data->lead_type == "site visit") @php $subject = "Vishraam Service Request"; $name = "service"; @endphp @endif

{{$subject}}

You have received a {{$name}} request. Please login to admin portal for more details. 👍

@if ($data->lead_type == "Book Visit") @endif @if ($data->lead_type == "Book Visit") @endif @if ($data->lead_type == "Service") @endif @if($data->message) @endif
Name: {{$data->name}}
Email: {{$data->email}}
Phone: {{$data->phone_number}}
Location: {{$data->location}}
Lead Type: {{$data->lead_type}}
Project Name: {{$data->project_name}}
Service Name: {{$data->project_name}}
Message: {{$data->message}}
@endsection