@extends('admin::layouts.master') @section('page_title') {{ __('admin::app.settings.groups.title') }} @stop @section('content-wrapper')
@if (bouncer()->hasPermission('settings.user.groups.create')) @endif
@stop