@extends('layouts.main') @section('title', 'Pesan Masuk') @section('page-header')
| No | Pengirim | Subjek | Tanggal | Status | Aksi | |
|---|---|---|---|---|---|---|
| {{ $messages->firstItem() + $key }} |
{{ strtoupper(substr($msg->name, 0, 1)) }}
{{ Str::limit($msg->name, 25) }}
|
{{ Str::limit($msg->email, 25) }} | {{ Str::limit($msg->subject, 35) }} | {{ $msg->created_at->format('d M Y') }} | @if($msg->is_replied) Dibalas @elseif(!$msg->is_read) Baru @else Belum @endif | |
Tidak ada pesanKotak masuk Anda saat ini kosong. |
||||||