@extends('layout') @section('title') {{ $agent->name }} @endsection @section('body-content')
@if ($agent->image) thumb @else thumb @endif

{{ html_decode($agent->name) }} @php $kyc = Modules\Kyc\Entities\KycInformation::where('user_id', $agent->id)->where('status', 1)->first(); @endphp @if ($kyc) @endif

@endsection @push('js_section') @include('partials.captcha-scripts') @endpush