@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content')
@if ($canChangeProfile) @endif {!! apply_filters(ACL_FILTER_PROFILE_FORM_TABS, null) !!} @if ($canChangeProfile) {!! $form !!} {!! $passwordForm !!} {!! $preferenceForm !!} @endif {!! apply_filters(ACL_FILTER_PROFILE_FORM_TAB_CONTENTS, null) !!}
@endsection @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