@extends('layouts.admin') @section('title', 'Kategori Obat - SI Apotek') @section('content')

Manajemen Kategori Obat

@if(session('success')) @endif

Tambah Kategori

@csrf
@foreach($categories as $cat) @endforeach
No Nama Kategori Aksi
{{ $loop->iteration }} {{ $cat->name }}

Edit Kategori

@csrf @method('PUT')
@csrf @method('DELETE')
@endsection