@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Halaman Kategori

@stop @section('content')

Kategori   tambah

@php $no=1 @endphp @foreach ($kategori as $data) @endforeach
No Kategori Ket Aksi
{{$no++}} {{$data->kategori}} {{$data->ket}}
@method('delete') @csrf Edit
@stop @section('css') @stop @section('js') @stop