{!! html()->form('POST', route('academic.routine_types.store'))->id('modal_form')->open() !!}

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

@if (auth()->user()->hasRole('Super Admin'))
@else @endif {{--
--}}
{!! html()->form()->close() !!}