@extends('layouts.dashboard') @section('content')

Message

{{--

Quick Example

--}}
@if (Session::has('message'))
@endif @php $route = route('show-message.add'); @endphp @include('show-message._form')
@endsection