@section('page-title') Import Center @endsection @section('page-description') Upload CSV files and import data into the system securely. @endsection
@if (session('success'))

Import Successful

{{ session('success') }}

@endif @if ($errors->any())

Something went wrong

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Lesson Type Import

Import lesson type data quickly using CSV files and manage categories efficiently.

Instructor Import

Upload instructor CSV files and automatically import instructor information into the platform.

@csrf

Booking Import

Import booking data using CSV format and sync booking records instantly into the system.

@csrf