@if(count($freelancers) >0 ) @foreach($freelancers as $row_number => $freelancer) @endforeach @else @endif
Name Email Country Contact number Company name Company type Subscription Promocode Joining date Last purchase date Change plan Action
{{ ucfirst($freelancer->user->first_name) }} {{ ucfirst($freelancer->user->last_name) }} {{ $freelancer->user->email }} {{ isset($freelancer->user->country) ? $freelancer->user->country->name : '-' }} {{ $freelancer->user->contact_number ? ($freelancer->user->country ? '+'.$freelancer->user->country->calling_code : '').$freelancer->user->contact_number : '-' }} {{ $freelancer->business_name ? ucfirst($freelancer->business_name) : '-' }} {{ $freelancer->company_type ? $freelancer->company_type : '-' }} {{ $freelancer->user->planSubscriptions() ? ucfirst($freelancer->user->planSubscriptions()->subscription_type).' '.$freelancer->user->planSubscriptions()->plan : 'Free' }} {{ $freelancer->user->promoCode ? $freelancer->user->promoCode->coupon_code : 'N/A' }} {{ $freelancer->user->created_at }} {{ ($freelancer->user->currentPlan()) ? $freelancer->user->currentPlan()->updated_at : '-' }}
@if($freelancer->user->is_active == 1) Active @else Inactive @endif | Upgrade Request | @if($freelancer->user->is_allow_online_payment == 1) @else @endif
No result found.
{{ $freelancers->render() }} {{-- {!! $freelancers->links() !!} --}}