@extends('layouts.app') @section('title', 'Contacts') @section('content') {{-- ── Page Header ── --}}
{{-- ── Search ── --}} {{-- ── Table Card ── --}}| ID | Name | Date | Actions | ||
|---|---|---|---|---|---|
| #{{ $contact->id }} |
{{ strtoupper(substr($contact->full_name, 0, 1)) }}
{{ $contact->full_name }}
|
{{ $contact->email }} | {{ $contact->created_at->format('d/m/Y') }} | View | |
|
No contact submissions yet. |
|||||
Showing {{ $contacts->firstItem() ?? 0 }}–{{ $contacts->lastItem() ?? 0 }} of {{ $contacts->total() }} results