@extends('layouts.app') @section('title', 'Units - EDUC Pharmacy') @section('content')
| ID | Name | Short Name | Allow Decimal | Actions |
|---|---|---|---|---|
| {{ $unit->id }} | {{ $unit->name }} | {{ $unit->short_name }} | @if ($unit->allow_decimal) Yes @else No @endif | Edit |
No units found. Create one now!