*
*
{{-- {{ old('company_name', '') }} --}}
@if ($errors->has('cms_department_sid'))
{{ $errors->first('cms_department_sid') }}
@endif
*
{{-- {{ old('company_name', '') }} --}}
@if ($errors->has('cms_staff_type_cid'))
{{ $errors->first('cms_staff_type_cid') }}
@endif
*
{{-- {{ old('company_name', '') }} --}}
@if ($errors->has('user_type_cid'))
{{ $errors->first('user_type_cid') }}
@endif
*
{{-- {{ old('name', '') }} --}}
@if ($errors->has('address'))
{{ $errors->first('address') }}
@endif