{{--@if(Session('success'))--}} {{--
--}} {{--

{{ Session('success') }}

--}} {{--
--}} {{--@endif--}} {{--@if(Session('danger'))--}} {{--
--}} {{--

{{ Session('danger') }}

--}} {{--
--}} {{--@endif--}} @section('js') @if(Session::has('success')) @endif @if ($errors->any()) @endif @if(session('danger')) @endif @endsection