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

Edit Assigned Course

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