@extends('layouts.customer') @section('title','Groups') @section('extra-css') @endsection @section('content') @lang('customer.group_list') @lang('customer.back') Group List @foreach($groups as $group) {{$group->name}} @endforeach First Name Equal Not Equal Last Name Equal Not Equal Phone Equal Not Equal Address Equal Not Equal City Equal Not Equal State Equal Not Equal Zip Equal Not Equal Email Equal Not Equal Label New Not Interested Wrong Number Retail Hot Lead SMS Sent Within The Last Between Older Than Empty Days SMS Received Within The Last Between Older Than Empty Days @endsection @section('extra-scripts') @endsection