@extends('layouts/layoutMaster') @section('title', $title . ' Management - Crud App') @section('page-style') @endsection @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content') @include('ustadz/tahfidz/header') @include('ustadz/tahfidz/nav')

List Santri

@if(empty($tahfidz))
Maaf anda belum terdaftar sebagai guru tahfidz. harap daftarkan terlebih dahulu melalui menu master data tahfdiz
@else @php $i = 1; @endphp @foreach($var['list_santri'] as $santri) @php $i++; @endphp @endforeach
No Induk Nama Kelas Action
{{$i}} {{$santri->no_induk}} {{$santri->nama}} {{$santri->kelas}}
@endif
@endsection