@extends('layouts.public') @section('content') @php /** @var TYPE_NAME $type */ $class=($type=='error') ? 'danger' : 'success'; @endphp
× {{strtoupper($type=='danger'?'error':$type)}}! {{$message}}
< Back to home
@stop