@extends('frontend.layouts.email') @section('content')

@lang('You received a new appointment from the system')

@lang('Content appointment'):

@lang('Fullname'): {{ $contact->name }}

@lang('Email'): {{ $contact->email }}

@lang('Phone'): {{ $contact->phone }}

@lang('Content note'): {{ $contact->content }}

@endsection