@csrf
@if(isset($edit))
@method('PATCH')
@endif
@if($errors->first('group_id'))
{{$errors->first('group_id')}}
@endif
@if($errors->first('section_ordering'))
{{$errors->first('section_ordering')}}
@endif
{{--
--}}
{{--
--}}
{{--
--}}
{{-- @if($errors->first('section_ordering'))--}}
{{--
--}}
{{-- {{$errors->first('section_ordering')}}--}}
{{--
--}}
{{-- @endif--}}
{{--
--}}
show_on_homepage ? 'checked' : ''}}
@else
checked
@endif
>