{!! html()->form('put', route('academic.routine_types.update', ['routine_type' => $routine_type->id]))->id('modal_form')->open() !!}

{{ __('academic.edit_routine_type') }}

@if (auth()->user()->hasRole('Super Admin'))
@else @endif
is_subject_required == 1 ? 'checked' : '' }} value="1">
note }}>
{!! html()->form()->close() !!}