@extends('layouts.app') @section('content')

Contact Details

Name: {{ $contact->name }}

Email: {{ $contact->email }}

Contact: {{ $contact->contact_no }}

Message: {{ $contact->message }}

Back
@endsection