@extends('layouts/base_view')
@section('title')
{!! $variables['header_routes'] !!}
@endsection
@section('content')
| No |
Kode |
Tipe |
Nama |
UOM |
Tipe DOI |
Diubah |
@include('layouts.partials.excel_upload_modal', [
'module' => 'raw_materials',
'title' => 'Item',
'uploadRoute' => route('raw_materials.upload_excel'),
'downloadRoute' => route('raw_materials.download_template'),
'exportRoute' => route('raw_materials.export_excel')
])
@endsection