@extends('dashboard.base') @section('content')
@include('dashboard.shared.alert')
Agama
Tambah
@foreach($agamas as $agama) @endforeach
No Agama
{{ $loop->iteration }} {{ $agama->name }}
Edit
@method('DELETE') @csrf
@endsection @section('javascript') @endsection