@php $auth = auth('admin')->user(); @endphp {{ translate('Profile Update') }}
@csrf

{{ translate('Profile Image') }}(100x100)

@if (isset($auth) && fileExists('lms/admins/', $auth?->profile_img) == true && $auth?->profile_img !== '')
@endif