@extends('setting.nav') @section('title', 'All Mail Page') @section('content')
ID | Sender Name | Sender Email | Subject | Sent Date | Spam | Action Required | Category |
---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $msg->sender_name }} | {{ $msg->sender_email }} | {{ $msg->subject }} | {{ $msg->sent_date }} | {{ $msg->is_spam }} | {{ $msg->action_required }} | {{ $msg->category }} |
No messages found.
@endif