@extends('admin.layout') @section('content') Import Student CSV Dashboard Student List Import CSV {{-- Import Users CSV --}} @csrf CSV File @if ($errors->has('file')) {{ $errors->first('file') }} @endif Upload Sample CSV Student List @endsection @push('footer-script') @endpush