@extends('web.layout.master') @section('content')

Uh oh... (404)

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }}

@endif @endforeach
@csrf
@endsection