@extends('layouts.admin') @section('title') Enroll New | Admin @endsection @section('content')

Enroll New Student

 Back
@csrf
@error('student_id') {{ $message }} @enderror
@error('course_id') {{ $message }} @enderror
@endsection @section('style') @endsection @section('script') @endsection