@extends('layouts.app') @section('title', 'Import Clients from Excel') @section('content')
Upload an Excel file to bulk import multiple clients at once
{{ session('warning') }}
@if(session('warnings_detail')) @if(!empty(session('warnings_detail')['duplicates']))name - Client full name *account_number - Account number suffix (auto-generated with company ID if empty. Final format: companyID-suffix)email - Email addressphone - Phone numberaddress - Street addressbarangay - Barangay namecity - City/Municipalityprovince - Province namepostal_code - Postal codemeter_number - Meter identification numbermeter_start_reading - Initial meter reading| name | account_number | phone | city | meter_number | |
|---|---|---|---|---|---|
| Juan Dela Cruz | 001 | Manila | M001 | ||
| Maria Santos | maria@example.com | 09281234567 | Quezon City | M002 |