@if(Session::has('success'))
                        
                
                            
                            
                            {{Session::get('success')}}
                        
                    @endif
                    @if(Session::has('warning'))
                        
                            
                            
                            {!! Session::get('warning') !!}
                        
                    @endif
                    
                    @if(Session::has('fails'))
                        @if(Session::has('check'))
                                
                        @endif
                        
                            
                            {!! Lang::get('lang.alert') !!} !
                            
                            {{Session::get('fails')}}
                        
                            
                    @endif
                
                    @yield('content')
                    @yield('check')
                    @yield('category')