@extends('layouts.app') @section('title', 'Academic Info List') @section('content')
@foreach ($academicinfos as $item) @endforeach
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 }}
@endsection @include('admin.components.toster') @include('admin.components.tosterjs') @include('admin.components.delete')