@extends('layouts.admin.app') @section('content')
{{ $message }}
Name | Phone | Address | City | Country | Comment | Add Date | Action | |
---|---|---|---|---|---|---|---|---|
{{ $contact->name }} | {{ $contact->email }} | {{ $contact->phone }} | {{ $contact->address }} | {{ $contact->city }} | {{ $contact->country }} | {{ $contact->comment }} | {{ $contact->created_at }} |