@extends('layouts.app') @section('title','Accounts Import') @section('pages')
@include('layouts.partials.nav-menu')
Upload Accounts From Excel
@csrf @method('post')



Note:

Duplicate records will not be saved.
If a record already exists, only that record will be skipped.

1. Account Name (required):

Enter the full Account name (mandatory, unique).

2. Department Name (required):

Enter the department name (mandatory).

3. Short Name (optional):

Optionally, include a short name or code for the Account if available.

4. Account Code (optional):

Optionally, provide a Account code if applicable.

5. Priority (optional, integer):

If applicable, insert the priority as a whole number.

6. Page Break (Yes/No, optional):

Indicate "Yes" if a page break is needed, or "No" if not.

7. Status (Active/Inactive, optional):

Specify the status as "Active" or "Inactive," if applicable.

@endsection @section('js') @endsection