@include('includes.data_table_header')
@if (isset($data['rows']) && $data['rows']->count() > 0) {!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @foreach($data['rows'] as $row) @endforeach {!! Form::close() !!} @else @endif
Group Name Address MobileNo. {{ __('common.status')}}
{{ WebsiteViewHelper::getContactGroupById($row->contact_groups_id) }} {{ $row->name }}
{{ $row->address }}
{{ $row->cell_1 }}
{!! $data['rows']->appends($data['filter_query'])->links() !!}
No data fount.
{!! Form::close() !!}