@extends('mail.layout_mail') @section('title') Proonline Academy Contact US @endsection @push('style') @endpush @section('content')

{{ $data['subject'] }}

@if ($data['name'])

First Name : {{ $data['name'] }}

@endif @if ($data['phone'])

Phone : {{ $data['phone'] }}

@endif @if ($data['email'])

Email : {{ $data['email'] }}

@endif @if ($data['product'])

Product : {{ $data['product'] }}

@endif @if ($data['comment'])

comment : {{ $data['comment'] }}

@endif @endsection