@extends('layouts.master') @section('content')
Edit Section
Section List
@if ($errors->any())
@endif
@csrf @method('PUT')
{{ generateDropdown($student_classes, 'class="form-control student_class select2" id="student_class" name="student_class"', $section->student_class_id, 'Select Class') }}
Cancel
@endsection