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

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