@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Contact Messages')) @section('header-title')
{{ __('Subject') }} : {{ $contact->subject }}
{{ \Illuminate\Support\Str::limit($contact->message, 120, ' ...') }}
{{ __('Name') }} : {{ $contact->name }}
{{ __('Email') }} : {{ $contact->email }}
{{ __('Message') }} :
{{ $contact->message }}