@extends('layouts.master') @section('header') @include('layouts.partials.header') @endsection @section('navbar') @include('layouts.partials.nav') @endsection @section('sidebar') @include('layouts.partials.sidebar') @endsection @section('content')

{{__("Group Info")}}

id )}}" class='text-info mx-2' style=''> @if($item->id!=1)
@csrf {{ method_field('DELETE') }}
@endif

{{$item->name}}

@if($item->id !=1)

{{implode(', ',$item->selected_users)}}

@else
{{__("All Customers Are Added To Default Group")}}
@endif

{{$item->users_count}}

{{$item->notifications_count}}

{{$item->latest_notifications}}

@if($item->status==1){{__("Active")}}@else{{__("Inactive")}}@endif
@endsection @section('footer') @include('layouts.partials.footer') @endsection @section('scripts') @include('layouts.partials.scripts') @endsection