@extends('layouts.app') @section('title', $page_title) @push('scripts') @endpush @section('content')
{{ __('app.id') }} {{ __('app.email') }} {{ __('app.group') }} {{ __('app.created') }} {{ __('app.actions') }}
@include('groups.move') @include('includes.datatables') @endsection