@extends('layouts.app') @section('content')
Import Bank Statement
@csrf
@error('bank_account_id')
{{ $message }}
@enderror
Drag and drop your file here

Only .csv files are supported for now.

Important Note:
  • Ensure the first row of your CSV contains column headers.
  • Maximum file size allowed is 5MB.
  • You will be able to map your columns in the next step.
Cancel
@endsection