@extends('frontend.layouts.email') @section('content')
@lang('Content appointment'):
@lang('Fullname'): {{ $contact->name }}
@lang('Email'): {{ $contact->email }}
@lang('Phone'): {{ $contact->phone }}
@lang('Content note'): {{ $contact->content }}
@endsection