@extends('layouts/base_view')
@section('title')
{!! $variables['header_routes'] !!}
@endsection
@section('content')
@include('layouts.partials.excel_upload_modal', [
'module' => 'raw_material_groups',
'title' => 'Raw Material Group',
'uploadRoute' => route('raw_material_groups.upload_excel'),
'downloadRoute' => route('raw_material_groups.download_template'),
'exportRoute' => route('raw_material_groups.export_excel'),
])
@endsection