@extends('admin.layout.base') @section('title') {{'Message'}} @endsection @section('inlineStyle') @endsection @section('content')

View Message


Message
Send By Email Subject Message Sent On
{{ ucfirst($cont->name) }} {{ $cont->email }} {{ ucfirst($cont->subject) }} {{ ucfirst($cont->message) }} {{ ucfirst($cont->created_at) }}
<< Back
@endsection @section('inlineJs') @endsection