@extends('email._layouts.base') @section('content')

Onroad Offer Module Enquiry

You have received a Offer enquiry. Please login to admin portal for more details. 👍

@if($data->email) @endif @if($data->message) @endif @if($data->coupen_code) @endif @if($data->model_name) @endif @if($data->brand_name) @endif @if($data->varient_name) @endif @if($data->expiry_date) @endif @if($data->location) @endif @if($data->address) @endif @if($data->country) @endif @if($data->utm_source) @endif @if($data->source_url) @endif @if($data->preferred_outlet) @endif
Name: {{$data->name}}
Phone: {{$data->phone_number}}
Email: {{$data->email}}
Message: {{$data->message}}
Coupen Code: {{$data->coupen_code}}
Model Name: {{$data->model_name}}
Brand Name: {{$data->brand_name}}
Varient Name: {{$data->varient_name}}
Expiry Date: {{$data->expiry_date}}
Location: {{$data->location}}
Address: {{$data->address}}
Country: {{$data->country}}
Utm Source: {{$data->utm_source}}
Source URL: {{$data->source_url}}
Preferred Outlet: {{$data->preferred_outlet}}
@endsection