@extends('layouts.app')
@section('htmlheader_title')
	Message View
@endsection

@section('content')
	<h3>Netmail</h3>

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