@extends('layouts.app') @section('title', 'Update user profile| ') @section('content')
{{ $errors->first('first_name') }}
@endif{{ $errors->first('phone_number') }}
@endif{{ $errors->first('other_phone_number') }}
@endif{{ $errors->first('gender') }}
@endif{{ $errors->first('other_email') }}
@endif{{ $errors->first('email') }}
@endif (e.g. john@techsaga.co.in, martin@wetechsaga.com etc.){{ $errors->first('user_role') }}
@endif{{ $errors->first('department_id') }}
@endif{{ $errors->first('designation_id') }}
@endif