@extends('admin.layouts.app') @section('panel')
@forelse($groups as $group) @empty @endforelse
@lang('S.N.') @lang('Name') @lang('Status') @lang('Total Contact') @lang('Action')
{{ __($groups->firstItem() + $loop->index) }} {{ __(@$group->name) }} @if ($group->status) @lang('Active') @else @lang('Inactive') @endif {{ __($group->total_contact) }}
@lang('View Contact') @if($group->status == 0) @else @endif
{{ __($emptyMessage) }}
@if ($groups->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush