@if (Session::has('success'))
@endsection
{{ Session::get('success') }}
@endif
@if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
Students List
S.No | Student Name | Student Mobile | Class | Current Status | {{--Action | --}}
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $stdlist->student_name }} | {{ $stdlist->student_mobile }} | {{ $stdlist->class_name }} | {{-- | --}} |
{{-- {!! $stdlists->links() !!} --}}