@extends('layouts.admin') @section('title', $pageTitle) @section('content')

{{ __('panel.page_title.group.list') }}

{{ $dataTable->table(['class' => 'display table nowrap table-hover', 'id' => 'groups-table', 'style' => 'width:100%;']) }}
@endsection @section('scripts') @parent {!! $dataTable->scripts() !!} @endsection