@extends('layouts.app') @section('content')
@if(isset($breadcrumbs)) @endif
@if (isset($userRole)&&(($userRole->isRoot&&(!isset($isSelf)||(isset($isSelf)&&!$isSelf)))||(!$userRole->isRoot&&($userRole->users->isAllowedUpdateItem||$userRole->users->isAllowedCreateItem))))
Restricciones del rol
@{{permission}}
@endif
@if (isset($userRole)&&($userRole->isRoot||$userRole->users->isAllowedUpdateItem||(isset($isSelf)&&$isSelf))) Guardar @endif @if (isset($userRole)&&($userRole->isRoot||$userRole->users->isAllowedCreateItem)) Guardar @endif @if (isset($userRole)&&(($userRole->isRoot&&(!isset($isSelf)||(isset($isSelf)&&!$isSelf)))||(!$userRole->isRoot&&$userRole->users->isAllowedDeleteItem))) @endif
@endsection