@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content')
@include('layouts.partials.excel_upload_buttons', ['module' => 'stores']) Tambah
No Kode Nama PIC Status Dibuat
@method('delete') @csrf
@include('layouts.partials.excel_upload_modal', [ 'module' => 'stores', 'title' => 'Store', 'uploadRoute' => route('stores.upload_excel'), 'downloadRoute' => route('stores.download_template') ]) @endsection