@if (Session::has('success'))
@endif @if (Session::has('fail'))
@endif
{{-- --}}
@endsection
{{ Session::get('success') }}
@endif @if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
Online Test Assignments
{{-- --}}Test Name: {{$testdata->name}}
{{-- {!! $testlists->links() !!} --}}