@extends('layouts.app') @section('breadcrumb')
{{ __('models/groups.singular')}}
{{ __('models/groups.singular')}}
{{ __('lang.list') }}
@endsection @section('content')
{{ __('models/groups.plural')}}
{!! __('lang.add_new') !!}
@include('admin.groups.table')
@endsection @push('page_scripts') @include('includes.notify.success') @include('includes.notify.errors') @include('includes.notify.delete') @endpush