@extends('admin.pages.build') @section('content')
İletişim Formu Üzerinden Gelen Başvurular
| Durum | Gönderen | Konu | Tarih | İşlem |
|---|---|---|---|---|
| @if(!$msg->is_read) Yeni @else Okundu @endif |
{{ $msg->name }}
{{ $msg->email }}
|
"{{ Str::limit($msg->subject, 30) }}" | {{ $msg->created_at->diffForHumans() }} |
|