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

Edit Assignment

@method('PATCH') @csrf
@if($errors->has('class_id')) {{ $errors->first('class_id') }} @endif
@if($errors->has('subject_id')) {{ $errors->first('subject_id') }} @endif
@endsection @section('scripts') @endsection