@extends('layouts.main') @section('content')

Add New Group

Customers Groups

@foreach ($groups as $k=>$group) @endforeach
Id Group Name Total Number Broadcast ID Action
{{(($page-1) * $limit) +($k+1)}}

{{$group->name}}

{{$group->customers_count}} @foreach($group['broadcast'] as $m=>$n) {{$n->broadcast_id}}, @endforeach View Customers Add Customer Edit
{{ $groups->links() }}
@endsection @section('script') @endsection