@extends('base::layouts.default') @section('header') @include('base::layouts.headers.dashboard') @endsection @section('content')

{{trans('user::adminuser.user_groups')}}

@include('base::partials.errors')
@endsection @section('scripts') @endsection