@extends('layouts.admin') @section('title', 'Uniforms') @section('page_title', 'Uniform Management') @section('content')
| Uniform Type | Code | Variations | Status | Actions |
|---|---|---|---|---|
|
{{ $uniform->name }}
@if($uniform->description)
{{ $uniform->description }}
@endif
|
@if($uniform->code) {{ $uniform->code }} @else N/A @endif |
{{ $uniform->variants_count }} variants
|
||
No Uniforms FoundGet started by creating your first uniform type. |
||||