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

Contact us

Contact us
@foreach ($contactus as $contact) @endforeach
Sl. No Name Email Subject Message Created at Actions
{{ $loop->iteration }}
{{ $contact->name }} {{ $contact->email }} {{ $contact->subject}} {{ $contact->message }} {{ $contact->created_at->format('d-m-Y') }}
@endsection @section('script') @endsection