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

Onroad Job Request

You have received a job application. Please check below link for more details. 👍

@php $extra_data = json_decode($data->extra_data); @endphp @if($data->phone_number) @endif @if($data->location) @endif @if($data->experience) @endif
Name: {{$data->name}}
Email: {{$data->email}}
Phone Number: {{$data->phone_number}}
Location: {{$data->location}}
Experience: {{$data->experience}}
@endsection