@extends('Email::layout') @section('content')

{{__('Here are new contact information:')}}


{{__('Name')}} {{$contact->name}}
{{__('Email')}} {{$contact->email}}
{{__('Message')}} {{$contact->message}}
@endsection