@extends('layouts/base_view')
@section('title')
{!! $variables['header_routes'] !!}
@endsection
@section('content')
| No |
Kode Item |
Nama Item |
UOM Utuh |
UOM Pakai |
Factor |
Konversi |
Status |
@include('layouts.partials.excel_upload_modal', [
'module' => 'item_conversions',
'title' => 'Konversi Item',
'uploadRoute' => route('item_conversions.upload_excel'),
'downloadRoute' => route('item_conversions.download_template')
])
@endsection