@extends('layouts/contentNavbarLayout') @section('title', 'Tables - Tutor') @section('content')

Tables Tutor

Tutor

@foreach ($tutor as $record) @endforeach
No Nama NIK Alamat Foto Actions
{{$loop->index + 1}} {{$record->nama}} {{$record->nik}} {{$record->alamat}} Lihat
Edit
@csrf @method("DELETE")
@endsection