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

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