{{-- resources/views/uoms/create_conversion.blade.php --}} @extends('layouts.master') @section('content')
| Category | Unit | Base Unit | Factor (1 Unit = X Base Unit) | Action |
|---|---|---|---|---|
| {{ $conv->category->description ?? '-' }} | {{ $from->description }} | {{ $to->description }} | 1 {{ $from->description }} = {{ $factor }} {{ $to->description }} |