@extends ('domains.profile.update-layout') @section ('content')
@if ($admin || $manager)
@if ($manager)
input('manager_mode') ? 'checked' : '' }}>
@endif @if ($admin)
input('admin_mode') ? 'checked' : '' }}>
@endif
input('api_key_enabled') ? 'checked' : '' }}>
@endif
@stop