@extends('layouts.admin') @section('title', tr('providers')) @section('content-header', tr('providers')) @section('breadcrumb')
| {{ tr('id') }} | {{ tr('name') }} | {{ tr('email') }} | {{ tr('mobile') }} | {{ tr('provider_payout') }} | @if(Setting::get('email_verify_control') == EMAIL_VERIFICATION_ON){{ tr('email_verification') }} | @endif{{ tr('status') }} | @if(Setting::get('redeem_control')){{ tr('redeems') }} | @endif{{ 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) |