@if (Session::has('success'))
@endif @if (Session::has('fail'))
@endif
{{-- --}}
{{ Session::get('success') }}
@endif @if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
Slots Management
{{-- {!! $demos->links() !!} --}}
{{-- --}}