@extends('layouts.app') @section('htmlheader_title') Echomail {{ $o->msgid }} @endsection @section('content')

Echomail

@include('widgets.message',['msg'=>$o])
@endsection