@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content')
@include('layouts.partials.excel_upload_buttons', ['module' => 'dcs']) Tambah DC
No Code Name Doctype Address Phone Updated
@method('delete') @csrf
@include('layouts.partials.excel_upload_modal', [ 'module' => 'dcs', 'title' => 'DC', 'uploadRoute' => route('dcs.upload'), 'downloadRoute' => route('dcs.download_template'), 'exportRoute' => route('dcs.export_excel'), ]) @endsection