@extends('templates.master') @section('breadcrumb')

Anggota

@endsection @section('content') @if (session('status')) @endif

Anggota

@foreach ($anggota as $item) @endforeach
No ID Anggota Nama Pekerjaan Alamat No. Telp Aksi
{{ $loop->iteration }} {{ $item->IDANGGOTA }} {{ $item->NAMA }} {{ $item->PEKERJ }} {{ $item->ALAMT1 }} {{ $item->NOTELP }}
@csrf @method('delete')
@endsection