{{-- First Name --}}
{{ $errors->first('first') }}
{{-- Last Name --}}
{{ $errors->first('last') }}
{{-- Address --}}
{{ $errors->first('address') }}
{{-- Phone --}}
{{ $errors->first('phone') }}
{{-- Mobile --}}
{{ $errors->first('mobile') }}
{{-- Occupation --}}
{{ $errors->first('occupation') }}