{{-- Right Column: Supplier & Units --}}

{{ __('dashboard.supplier_info') }}

@foreach ($this->suppliers as $supplier) @endforeach

{{ __('dashboard.unit_conversion') }}

1 {{ $form->purchase_unit ?: '[Purchase Unit]' }} = {{ $form->conversion_factor ?: '1' }} {{ $form->unit ?: '[Base Unit]' }}