@extends('web.default.layouts.email') @section('body')

{{ $contact->subject }}

{{ trans('admin/main.user_name') }} : {{ $contact->name }}

{!! nl2br($contact->reply) !!}

{{ trans('notification.email_ignore_msg') }}

@endsection