@extends('layouts.admin.app') @section('title','Contact Requests') @section('content')
| # | Name | Phone | Message | {{--Action | --}}|
|---|---|---|---|---|---|
| {{ $i++ }} | {{ $contact->name }} | {{ $contact->email }} | {{ $contact->phone }} | {{ $contact->message }} | {{----}} {{-- More details--}} {{-- | --}}