7 lines
117 B
PHP
7 lines
117 B
PHP
|
@extends('layouts.app')
|
||
|
|
||
|
@section('content')
|
||
|
<h3>Echomail</h3>
|
||
|
|
||
|
@include('widgets.message',['msg'=>$o])
|
||
|
@endsection
|