@if (hasPermission('profile_update'))
@csrf @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('birth_date')) {{ $errors->first('birth_date') }} @endif
@if ($errors->has('gender')) {{ $errors->first('gender') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('nationality')) {{ $errors->first('nationality') }} @endif
@if ($errors->has('blood_group')) {{ $errors->first('blood_group') }} @endif
@if ($errors->has('avatar')) {{ $errors->first('avatar') }} @endif
{{--
@if ($errors->has('tin')) {{ $errors->first('tin') }} @endif
--}} @if (hasPermission('profile_update'))
@endif