@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')
@stop @section('moar_scripts') @include ('partials.bootstrap-table', [ 'exportFile' => 'groups-export', 'search' => true, 'columns' => \App\Presenters\UserPresenter::dataTableLayout() ]) @stop