{{-- # ────────────── lee_gwena ────────────── # Code by: ashley_gwena # Created: 2026-03-12 # Notes: COA import upload form # ─────────────────────────────────────── --}} @extends('layouts.master') @section('title', 'COA Import') @section('content')

Import Chart of Accounts

Upload CSV or Excel for initial setup.

🚧

Feature Coming Soon

COA Import is under development. Core upload functionality available, full validation & processing coming soon.

@csrf
Back to COA
@if(session('import_errors'))

Import Errors

@endif
@endsection