@extends('super_admins.layouts.master') @section('title') View Contact @endsection @section('css') @endsection @section('content') @if ($errors->any()) @endif
{{--
--}}

View Contact

Name {{ $contact->name }}
Email {{ $contact->email }}
Message {!! $contact->message !!}
Contacted At {{ date_format($contact->created_at, 'd-m-Y') }}
@endsection @section('scripts') @endsection