@extends('layouts.app') @section('plugin-styles') @stop @section('content')
@php $user = request()->user(); $url = '/emails'; use Modules\Emails\Entities\Message; @endphp @include('emails::filter')
{{trans('menu.starred')}} {{trans('tables.sender')}} {{trans('tables.subject_title')}} {{trans('forms.lbl_status')}} {{trans('tables.date_title')}}
@stop @section('footer-script') @stop