@if (Session::has('success'))
{{ Session::get('success') }}
@endif
@if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
Students List
S.No | Student Name | Student Email | Student Mobile | Class | Current Status | {{--Action | --}}
---|---|---|---|---|---|---|
{{ $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() !!}