@extends('layouts/base_view')
@section('title')
{!! $variables['header_routes'] !!}
@endsection
@section('content')
| No |
Kode |
Store |
Nama |
Raw Material |
Shift |
Status |
Diubah |
@include('layouts.partials.excel_upload_modal', [
'module' => 'shipment_suppliers',
'title' => 'Supplier Pengiriman',
'uploadRoute' => route('shipment_suppliers.upload_excel'),
'downloadRoute' => route('shipment_suppliers.download_template'),
'exportRoute' => route('shipment_suppliers.export_excel')
])
@endsection