| {{ __('Name') }} | {{ __('Symbol') }} | {{ __('Converts from') }} | {{ __('Factor') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
| {{ $unit->name }} | {{ $unit->symbol }} | {{ $unit->baseUnit?->name ?? '—' }} | {{ $unit->baseUnit ? $unit->conversion_factor : '—' }} |
|
@can('update', $unit) {{ __('Edit') }} @endcan |
| {{ __('No units found.') }} | |||||