@if (Session::has('success'))
@endsection
{{ Session::get('success') }}
@endif
@if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
Learning Contents
{!! $contents->links() !!}