{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content.extended')
{{-- Header --}}
{{-- Body --}}
@include($components_path.'.modalNewGroup') @include($components_path.'.modalDeleteGroup') @endsection @section('scripts') @endsection