Account Details
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
This field is required.
@if ($errors->has('accounting_group_id'))
{{ $errors->first('accounting_group_id') }}
@endif
This field is required.
@if ($errors->has('qualifications'))
{{ $errors->first('qualifications') }}
@endif
This field is required.
@if ($errors->has('address_line1'))
{{ $errors->first('address_line1') }}
@endif
This field is required.
This field is required.
This field is required.
This field is required.
{{--
This field is required.
--}}
@if ($errors->has('phone_no'))
{{ $errors->first('phone_no') }}
@endif
This field is required.
@if ($errors->has('whatsapp_no'))
{{ $errors->first('whatsapp_no') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('contact'))
{{ $errors->first('contact') }}
@endif