@extends('layouts.admin') @section('title', 'Contact Request') @section('content_header')
| No | Nama | Pesan | Status | Aksi | |
|---|---|---|---|---|---|
| {{ ($contactRequests->currentPage()-1)*$contactRequests->perPage()+$key+1 }} | {{ $cr->name }} {{ $cr->institution }} |
{{ $cr->email }} {{ $cr->phone ?? '-' }} |
{{ Str::limit($cr->message, 60, '...') }} | {{ ucfirst($cr->status) }} |