@extends('layouts.vertical', ['subtitle' => 'PDAM']) @section('content') @include('layouts.partials/page-title', ['title' => 'Data', 'subtitle' => 'PDAM'])
Upload Data

Please upload a file with the extension .xls or .xlsx with a maximum size of 10 MB.
For .xls and .xlsx files, ensure that the data is contained within a single sheet with the following columns: Nomor Pelanggan, Kota Pelayanan, Nama, Alamat, Latitude, Longitude

Drop files here or click to upload.

  •  

@endsection @section('scripts') @vite(['resources/js/customers/upload.js']) @endsection