@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')
{{ trans('admin/groups/title.no_permissions') }}
@endif