@extends('admin.default') @section('css') @endsection @section('content')
@include('include.messages')

Assign Course to Student

@csrf
{{-- Student --}}
@error('vtc_student_id')
{{ $message }}
@enderror
{{-- Course --}}
@error('course_id')
{{ $message }}
@enderror
{{-- Actions --}}
@endsection @section('js') @endsection