@csrf
*
@if ($errors->has('section1')) {{ $errors->first('section1') }} @endif
*
@if ($errors->has('section2')) {{ $errors->first('section2') }} @endif
*
@if ($errors->has('section3')) {{ $errors->first('section3') }} @endif
*
@if ($errors->has('section4')) {{ $errors->first('section4') }} @endif