@php /** * Component : Contact * Controller : ContactGroupController * File : group.list.blade.php ----------------------------------------------------------------------------- */ @endphp @extends('layouts.app', ['title' => __tr('Contact Groups')]) @section('content') @include('users.partials.header', [ 'title' => __tr('Contact Groups'), 'description' => '', 'class' => 'col-lg-7' ])