@extends('layout') @section('title') {{ $agent->user_name }} @endsection @section('meta') @endsection @section('frontend-content')
@if ($agent->image) agent @else agent @endif

{{ html_decode($agent->name) }}

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

{{ html_decode($agent->designation) }}

{{__('user.About Me')}}

{{ html_decode($agent->about_me) }}

{{__('user.Property Agent')}}

@if ($agent->image) agent @else agent @endif

{{ html_decode($agent->name) }}{{ html_decode($agent->designation) }}

@csrf
@if($recaptcha_setting->status==1)
@endif

{{__('user.You can see list or grid view from right side')}}

bg
bg
bg
@endsection