@if (session()->has('error')) @endif @if (session()->has('errors')) @foreach (session('errors') as $error) @endforeach @endif @if (session()->has('msg')) @endif @if (session()->has('static_msg')) @endif @push('footer') @endpush