Please enter address
@if ($errors->has('address1'))
{{ $errors->first('address1') }}
@endif
Please choose location
@if ($errors->has('qualification_id'))
{{ $errors->first('qualification_id') }}
@endif
Please enter Music school name
@if ($errors->has('school_name'))
{{ $errors->first('school_name') }}
@endif
Please choose qualification
@if ($errors->has('qualification_id'))
{{ $errors->first('qualification_id') }}
@endif
Please choose type