@php if (!request()->session()->has("error")): redirect()->home(); endif; @endphp @extends('layouts.master') @section('content')
{{ Session::get("msg", "An error has occurred, please contact the team.") }}