@extends('layouts.master') @section('title', 'access') @section('content')

{{ trans('label.access') }}

{{ trans('label.choose_identity') }}
  • (( item.name ))
{{ trans('label.set_permission') }}
(( data.name ))
Please select identities first.
@endsection @section('script-footer') @if (session('changePasswordAlert')) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection