@extends('layout.app') @section('title', 'Guru') @section('content')
Daftar Guru
@foreach ($guru as $g) @endforeach
# NIP Nama Guru Nomor HP Aksi
{{ $loop->iteration }} {{ $g->nip }} {{ $g->nama_guru }} {{ $g->nomor_hp }}
@csrf @method('DELETE')
@if (session('success')) @endif @if ($errors->any()) @endif @endsection @push('css') @endpush @push('js') @endpush