@extends('layouts.admin') @section('content')
Inbox ({{ (!empty($unread_mail)) ? $unread_mail : '0' }})
@csrf @method('POST')

There is no email to display
@endsection