@extends('layouts.admin') @section('content')

{{ __('Enroll in Course') }}

@csrf
@if ($errors->has('student_id')) {{ $errors->first('student_id') }} @endif
@if ($errors->has('course_id')) {{ $errors->first('course_id') }} @endif
@endsection @push('script') @endpush