{{ __('Demo Mode') }}
@endif + + + @includeWhen($errors->any(), 'private.layout._errors', ['errors' => $errors->all()]) + @includeWhen(Session::has('success'), 'private.layout._success', ['success' => Session::get('success')]) + + {{ $slot }} + + +{{ __('Add code to the site') }}:
+ +{{ __('validation.attributes.title') }} | ++ |
---|---|
+ + + {{ $captchaToken->title }} + + | ++ @can('delete', $captchaToken) + + @endcan + | +
{{ __('Demo Mode') }}
@endif + + + @includeWhen($errors->any(), 'private.layout._errors', ['errors' => $errors->all()]) + @includeWhen(Session::has('success'), 'private.layout._success', ['success' => Session::get('success')]) + + {{ $slot }} + + +{{ __('validation.attributes.name') }} | +{{ __('validation.attributes.code') }} | ++ |
---|---|---|
+ + + {{ $role->name }} + + | +{{ $role->code }} | ++ @if($role->is_remove) + @can('delete', $role) + + @endcan + @endif + | +
{{ __('validation.attributes.name') }} | +{{ __('validation.attributes.email') }} | +{{ __('validation.attributes.is_active') }} | ++ |
---|---|---|---|
+ + + {{ $user->name }} + + | +{{ $user->email }} | ++ @if($user->is_active) + {{ __('yes') }} + @else + {{ __('no') }} + @endif + | ++ @can('delete', $user) + + @endcan + | +
{{ __('Demo Mode') }}
@endif +