@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',[ 'title' => __('Group List'), 'buttons' =>[ [ 'name'=>__('Create Group'), 'url'=>'#', 'components'=>'data-toggle="modal" data-target="#create-modal" ', 'is_button'=>true ], [ 'name'=>__('Contact List'), 'url'=> route('user.contact.index'), ], ]]) @endsection @section('content')
{{ __('Group Name') }} | {{ __('Total Contact Numbers') }} | {{ __('Action') }} |
---|---|---|
{{ $group->name }} | {{ $group->groupcontacts_count }} |
|