@extends('admin.layouts.app') @section('panel') @php $pageTitle = 'Vendor Search Result'; @endphp @push('breadcrumb-plugins') Back @endpush
REFERRAL SEARCH

Vendor Access Result

User found হলে এখান থেকে সরাসরি vendor access দেওয়া যাবে।

@if($user) @php $status = $user->vendor_status ?? ((int)$user->is_vendor === 1 ? 'approved' : 'none'); @endphp
{{ strtoupper(substr($user->name ?? 'U', 0, 1)) }}

{{ $user->name ?? '-' }}

{{ $user->mobile ?? '-' }} {{ $user->email ?? '-' }} {{ $user->referral_code ?? '-' }}
{{ ucfirst($status) }}

@csrf
@if((int)($user->is_vendor ?? 0) === 1)
@csrf
@endif
@else

No user found

এই referral code দিয়ে কোনো user পাওয়া যায়নি।

Try Again
@endif
@endsection @push('style') @endpush