@extends('layouts.app') @section('head') {{ env('APP_NAME') }} @endsection @section('content')

{{ $title }}

{!! $message !!}

@endsection