{{-- Sessions --}} @if (Session::has('success')) @endif @if (Session::has('error')) @endif @if (Session::get('status') == 'success') @endif @if (Session::get('status') == 'error') @endif @stack('script')