@extends('header')
@section('title', 'CONGRATULATIONS')
@section('otherConetent')
{{ $message }}
Your Details :Name: {{ $congratulations['name'] }}
Date: {{ $congratulations->updated_at->format('d-m-Y H:i:s') }}
ID: {{ $congratulations->id }}
Your Message: {{ $congratulations->message }}
Regards, Contact Team