@extends('admin.include.main') @section('content')
Manage Student Category
@csrf
@foreach($studentCategory as $per) @endforeach
S.No Category type Status Action
{{$loop->index+1}} {{$per->category_name}} @if ($per->status) @else @endif
@endsection @section('script') @stop