@if(session()->has('info'))
{{ session()->get('info') }}
@endif @if(session()->has('status'))
{{ session()->get('status') }}
@endif @yield('content')