@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Student Import'])

Import File

@if (session('success'))

{{ session('success') }}

@endif
@csrf
   Cancel

Notes:

  • Before uploading, please ensure that the necessary dropdown values, Background color (red is mandatory)
  • If you encounter any errors, check the format of your file or the selected options.
  • Ensure that you enter a correct 12-digit Aadhaar number.
  • Ensure that you enter a correct 10-digit Mobile number.
@if(session('error')) @if(is_array(session('error')))
    @foreach(session('error') as $message)
  • {{ $message }}
  • @endforeach
@else @endif {{ session()->forget('error') }} @endif
@include('layouts.footers.auth.footer')
@endsection @push('scripts') @endpush