@extends('admin.layouts.main') @section('title') {{ @trans('consultant.consultants') }} @endsection @section('content')
@include("admin.common.sidebar")
@if(Route::currentRouteName() == 'admin.consultants.pending')

{{ @trans('consultant.pending_consultants') }}

@elseif(Route::currentRouteName() == 'admin.consultants.draft')

{{ @trans('consultant.in_draft') }}

@elseif(Route::currentRouteName() == 'admin.consultants.approved')

{{ @trans('consultant.approved_consultants') }}

@endif
search close
Total @{{ total }}
@if($type == 'draft') @endif @if($type == 'approved') @endif @if($type == 'draft') @endif @if($type == 'approved') @endif
#Created On Tried Payment?{{ @trans('consultant.name') }} {{ @trans('consultant.phone') }} {{ @trans('consultant.email') }} {{ @trans('consultant.plan') }} {{ @trans('consultant.hourly_rate') }} {{ @trans('consultant.type') }}Status{{ @trans('consultant.action') }}
@{{ item.id }}@{{ item.consultant_profile.created_at_formatted }} @{{ item.consultant_plans_count ? 'Yes' : 'No'}}@{{ item.first_name }} @{{ item.last_name }} @{{ item.mobile }} @{{ item.email }} @{{ item.consultant_plans && item.consultant_plans[0] ? item.consultant_plans[0].name : '-' }} @{{ item.consultant_profile.hourly_rate.country.currency_symbol }} @{{ item.consultant_profile.hourly_rate.start_rate_formatted }} - @{{ item.consultant_profile.consultant_type }} - Expired Deactivated Activated remove_red_eye @permission('candidate-impersonate-read') @endpermission
@endsection @push('pageModals') @include('admin.components.modal_delete_js') @endpush @push('pageJs') @endpush