@extends('admin.layouts.admin') @section('title', 'Inquiries - SIVILIMA Admin') @section('breadcrumb_title', 'Inquiries') @section('breadcrumb')
| # | Name | Phone | Interest | Message | Date | Actions | |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $inq->name }} | {{ $inq->phone }} | {{ $inq->email }} | {{ $inq->interest }} | {{ Str::limit($inq->message, 50) }} | {{ $inq->created_at->format('M d, H:i') }} |
@if(!$inq->is_read)
@endif
|
| No inquiries yet. | |||||||