@extends('layouts/layoutMaster') @section('title', $title . ' Management - Crud App') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
| No. | No. Induk | Nama | Kelas | Tahun Lulus |
| {{$loop->iteration}} | {{ $row->no_induk }} | {{ $row->nama }} | {{ $row->kelas }} | {{ $row->tahun_lulus}} |