@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content')
avatar @if ($canChangeProfile) @endif

{{ $user->name }}

@if ($canChangeProfile) @endif
{!! $form !!}
@if ($canChangeProfile)
{!! $passwordForm !!}
@endif {!! apply_filters(ACL_FILTER_PROFILE_FORM_TAB_CONTENTS, null) !!}
@stop @if ($canChangeProfile) @push('footer') {!! JsValidator::formRequest(\Botble\ACL\Http\Requests\UpdateProfileRequest::class, '#profile-form'); !!} {!! JsValidator::formRequest(\Botble\ACL\Http\Requests\UpdatePasswordRequest::class, '#password-form'); !!} @endpush @endif