@extends('layouts.app') @section('title', 'Bulk Import Airports | PairingPal') @section('content')

Bulk Import Airports

Back to Airports

Upload a CSV file with columns for Abbr, Airport Full Name, Location, and Timezone. Existing airports are updated by abbreviation and new airports are created automatically. Delimiters supported: comma (,), semicolon (;), tab, and pipe (|).

@csrf
@error('csv_file')
{{ $message }}
@enderror
@endsection