{{trans('api.view.modal.heading.create_api_roles')}}
{{trans('api.view.modal.label.rate_limit_help_text.hour')}}
@php($ip = getIp()) @if(!is_null($ip)) {{trans('api.view.modal.label.allowed_ip_address_help_text.current_ip_address')}}: {{$ip}} @endif

{{trans('api.view.modal.label.allowes_api_actions')}}

{{trans('api.view.modal.heading.modules')}}
    @foreach($api_permissions as $permission)
  • {{$permission->title}}
  • @endforeach
@foreach($api_permissions as $permission)
{{$permission->title}}
    @foreach($permission->apiChildrenAll as $child)
  • @endforeach
@endforeach
@if(isset($role)) @else @endif