@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 | Registered On | Current Status | Action |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $stdlist->student_name }} | {{ $stdlist->email }} | {{ $stdlist->student_mobile }} | {{ \Carbon\Carbon::parse($stdlist->created_at)->format('d-m-Y h:i A') }} |
@if ($stdlist->student_status == 1)
Active
@else
Inactive
@endif
student_status == 1) checked @endif>
|
{!! $stdlists->links() !!}