@extends('layouts.app') @section('title', 'Academic Info List') @section('content')
| Action | # | Name | Total | Male | Female | Islam | Hindu | Others | Status |
|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $loop->iteration }} | {{ $item->name }} | {{ $item->total }} | {{ $item->male }} | {{ $item->female }} | {{ $item->islam }} | {{ $item->hindu }} | {{ $item->other }} |
{{ $item->status }}
|