@extends('layouts.main') @section('head') Import Consumers - Admin @endsection @section('contents')

Import Consumers

@if(session('error'))
{{ session('error') }}
@endif
@csrf
File must contain headings: phone, consumer_no, consumer_id, email, address, sub_division_id, category_id, installed_capacity, meter_no, date_of_installation
Cancel
Template

Download the sample CSV/Excel template to ensure correct column headings.

Download Template
@endsection @section('otherJs') @endsection