@extends('layouts.app') @section('content')
{{-- PAGE HEADER WITH BREADCRUMB --}}
{{-- Title Section --}}
Import Keywords
{{-- Breadcrumb Path --}}
File Upload
@csrf
Drop your keywords CSV file here
or click to browse files
Supported format: CSV (.csv)
Import Requirements
  • File must be in CSV format (.csv)
  • Maximum file size: 5MB
  • Required columns: keyword, category
  • First row should contain headers
  • No duplicate keywords allowed
  • UTF-8 encoding recommended
@endsection