@php $userInfo = $organization?->userable ?? null; $locale = request()->locale ?? app()->getLocale(); $translations = []; if ($userInfo) { $translations = parse_translation($userInfo, $locale); } @endphp {{ translate('Edit Organization') }} @if (is_active('organization.translate') === 'active')

{{ translate('Translate Language') }}

@endif
@csrf @method('PUT')
{{ translate('Edit Organization') }}
@if (is_active('organization.translate') !== 'active')
@endif
@if (is_active('organization.translate') !== 'active')

{{ translate('Change Password') }}

@if (fileExists($folder = 'lms/organizations', $fileName = $organization?->userable?->profile_img) == true && $organization?->userable?->profile_img !== '')
@endif
@if (fileExists('lms/organizations', $fileName = $organization?->userable?->cover_photo) == true && $organization?->userable?->cover_photo !== '')
@endif
@endif