@extends('layouts/default') {{-- Page title --}} @section('title') {{ $group->name }} @parent @stop @section('header_right') {{ trans('admin/groups/titles.update') }} {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')
@if (is_array($group->decodePermissions())) @else

{{ trans('admin/groups/title.no_permissions') }}

@endif
@stop @section('moar_scripts') @include ('partials.bootstrap-table') @stop