@extends('layouts.app') @section('title') {{ __('View Product Unit') }} @endsection @section('breadcrumb')

{{ __('Product Unit') }}

@endsection @section('content')
id }} @else unit_id='' @endif required>
@if (isset($units->conversions))
Conversions
{{-- --}} @foreach ($units->conversions as $convert) {{-- --}} @endforeach
From To Unit
{{ $convert->from }} : {{ $convert->to }} {{ $convert->unit->name }}
@endif
{{-- --}}
@endsection