@extends('layouts.header') @section('content')
@csrf
@if($data->avtar) image thumb @else image thumb @endif
@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif Change Password
@if ($errors->has('designation')) {{ $errors->first('designation') }} @endif
@if ($errors->has('department')) {{ $errors->first('department') }} @endif
@if ($errors->has('country')) {{ $errors->first('country') }} @endif
@endsection @section('append') @endsection