@if (Session::has('success'))
@else
@endif
@endsection
{{ Session::get('success') }}
@endif
@if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
@if (count($students) > 0)
Students
S.No. | Class/Grade | Subject | Student | Action |
---|---|---|---|---|
{{ $loop->iteration }} | {{ $student->class }} | {{ $student->subject }} | {{ $student->studentname }} |
{{-- {!! $demos->links() !!} --}}
 }})