@extends('layouts.admin') @section('content')
Enrollments @include('admin.errors.form-errors')
@csrf
{{-- --}}
*Please download this template file in order to be able to upload the data properly
@csrf
*max allowed number of students are 100 per upload
*allowed format is csv only
{{-- *enrollment method:
1 is for by lesson
2 is for by course
3 is for by lesson with discount, so please don't forget to insret the discount
4 is for free
--}}
@endsection @section('admin-js') @endsection