@extends('admin.layouts.base') @section('title', 'Storage Types') @section('content')
| # | Name | Description | Status | Actions |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $type->name }} | {{ $type->description ?? '-' }} |
is_active ? 'checked' : '' }} />
|
|
| No storage types found | ||||