@if (Session::has('success'))
{{ Session::get('success') }}
@endif @if (Session::has('fail'))
{{ Session::get('fail') }}
@endif

Students List


{{-- --}} @foreach ($stdlists as $stdlist) {{-- --}} @endforeach
S.No Student Name Student Email Student Mobile Class Current StatusAction
{{ $loop->iteration }} {{ $stdlist->student_name }} {{ $stdlist->email }} {{ $stdlist->student_mobile }} {{ $stdlist->class_name }}
@if ($stdlist->student_status == 1) Active @else Inactive @endif student_status == 1) then checked @endif>
{!! $stdlists->links() !!}