Removed unnessary controller functions that just call a view, HTML/CSS consistency updates
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<div class="row pt-3">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h3>Echomail</h3>
|
||||
<h1>Echomail [{{ $o->msgid ?: '-' }}] <small class="float-end">#{{ $o->id }}</small></h1>
|
||||
|
||||
@include('widgets.message',['msg'=>$o])
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user