@extends('layouts.admin') @section('title', tr('providers')) @section('content-header', tr('providers')) @section('breadcrumb')
  • {{ tr('home') }}
  • {{ tr('providers') }}
  • @endsection @section('content') @include('notification.notify')
    @if(Setting::get('email_verify_control') == EMAIL_VERIFICATION_ON) @endif @if(Setting::get('redeem_control')) @endif @foreach( $providers as $i => $provider_details)
    {{ tr('id') }} {{ tr('name') }} {{ tr('email') }} {{ tr('mobile') }} {{ tr('provider_payout') }}{{ tr('email_verification') }}{{ tr('status') }}{{ tr('redeems') }}{{ tr('action') }}
    {{showEntries($_GET,$i+1)}} {{ $provider_details->name }} @if( $provider_details->is_available == PROVIDER_AVAILABLE ) @else @endif {{ $provider_details->email }} {{ $provider_details->mobile }} @if($provider_details->providerPayment)