{{__('admin.Regular User')}}

{{__('admin.Send email to all user')}}
@foreach ($customers as $index => $customer) @endforeach
{{__('admin.SN')}} {{__('admin.Name')}} {{__('admin.Email')}} {{__('admin.Phone')}} {{__('admin.Status')}} {{__('admin.Action')}}
{{ ++$index }} {{ $customer->name }} {{ $customer->email }} {{ $customer->phone }} @if($customer->status == 1) @else @endif