@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',[ 'title' => __('Group List'), 'buttons'=>[ [ 'name'=> __('Devices List'), 'url'=> route('user.device.index'), ] ]]) @endsection @push('css') @endpush @section('content')
@if(getUserPlanData('access_group_list') == true)

@csrf
  
{{ __('Loading...') }}

{{ __('Loading Contacts.....') }}

@if(count($templates) > 0)
@endif
  

{{ __('Loading Group Informations.....') }}

{{ __('Sent message to group') }}

@csrf
@if(count($templates) > 0) @endif
@else
@endif
@endsection @if(getUserPlanData('access_group_list') == true) @push('js') @endpush @endif