{{ $errors->first('business.name') }}
{{ trans('cruds.business.fields.name_helper') }}
{{ $errors->first('business.registration_number') }}
{{ trans('cruds.business.fields.registration_number_helper') }}
{{ $errors->first('business.address') }}
{{ trans('cruds.business.fields.address_helper') }}
{{ $errors->first('business.phone') }}
{{ trans('cruds.business.fields.phone_helper') }}
{{ $errors->first('business.email') }}
{{ trans('cruds.business.fields.email_helper') }}
{{ $errors->first('business.website') }}
{{ trans('cruds.business.fields.website_helper') }}
{{ trans('global.cancel') }}