@extends('admin.layout.master') @section('content') @section('contact', 'active') @section('title', 'Contacts')
ID | Name | Phone | Message | Attachment | |
---|---|---|---|---|---|
{{ $contact->id }} | {{ $contact->name }} | {{ $contact->email }} | {{ $contact->phone }} | {{ $contact->message }} |
|