@extends('layouts.user') @section('title', 'Import Sites') @section('content')

Import Sites

Bulk upload sites via CSV or Excel

@if(session('error'))

{{ session('error') }}

@endif
@csrf

Import Instructions:

  • Download the template to see the required format.
  • Ensure site names are unique to avoid duplicates (or use Site ID).
  • Address information is optional but recommended.
  • Supported formats: .csv, .xlsx, .xls
@endsection