@extends('admin.layouts.app') @section('title','Contact Show') @section('content')

Commented By: {{$comment->name.' '.$comment->email}}

Name Email
{{$comment->name}} {{$comment->email}}
Message
{{$comment->message}}
@endsection @push('js') @endpush