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

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

@if (auth()->user()->hasRole('Super Admin'))
{!! html()->label(__('core.business_name') . ': *', 'business_id') !!} {!! html()->select('business_id', $business_list)->class('form-control')->id('business_id')->required()->value(old('business_id')) !!}
@endif
{!! html()->form()->close() !!}