@extends('admin.layouts.master') @section('title', 'View Message - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.Message') }}

{{ $show->fname }}

{{ $show->email }}
{{ __('adminstaticword.Phone') }}: {{ $show->mobile }} {{ date('jS F Y', strtotime($show->created_at)) }}

{{ $show->message }}

@endsection