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