@extends('admin.layouts.master') @section('title', 'View Message') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ $error}}
@endforeach{{ __('Email ID. :') }} | {{ $show->email }} |
---|---|
{{ __('Contact No. :') }} | {{ $show->mobile }} |
{{ __('Date :') }} | {{ date('jS F Y', strtotime($show->created_at)) }} |
{{ $show->message }}
{{ $show->reason }}