@extends('layouts.app') @section('title', 'Categories - EDUC Pharmacy') @section('content')
| ID | Name | Category Code | Description | Actions |
|---|---|---|---|---|
| {{ $category->id }} | {{ $category->name }} | @if ($category->category_code) {{ $category->category_code }} @else - @endif | {{ Str::limit($category->description, 50) ?? '-' }} | Edit |
No categories found. Create one now!