@extends('admin.layouts.email_template') @section('content')

Dear Admin ,

Following email has been recieved from contact form :

Full Name : {{$full_name}}

Email : {{$email}}

Phone : {{$phone}}

Subject : "{{ $subject }}"

{{ $message_txt }}


You can respond to "{{$full_name}}" by replying to this email.

Thanks,
The {{ $siteSetting->site_name }} Team

@endsection