@extends('Email::layout') @section('content')
{{__('Here are new Registration information:')}}
| {{__('Full Name')}} | {{$contact->first_name}} {{$contact->last_name}} |
| {{__('Phone')}} | {{$contact->phone}} |
| {{__('Email')}} | {{$contact->email}} |
| {{__('Address')}} | {{$contact->address}} |
| {{__('Applied For')}} | {{$contact->applied}} |