@extends('layouts.app') @section('htmlheader_title') Message View @endsection @section('content') <h3>Echomail</h3> @include('widgets.message',['msg'=>$o]) @endsection