@extends('site.layouts.master') @section('title') {{__('site.Agent_Page')}} | {{$agent->username}} @endsection @section('metatags') @endsection @section('content')
{{ Breadcrumbs::render('Agent',$agent) }}
{!! $breadcrumbSchema !!}

{{ $agent->username }}

{{ $agent->profile->title }}

@lang('site.age'): {{ $agent->profile->age }}

@lang('site.martial_status'): {{ $agent->profile->martial_status }}

@lang('site.hobbies'): {{ $agent->profile->hobbies }}

@lang('site.education'): {{ $agent->profile->certificate }}

@lang('site.work_information')

@lang('site.previous_job'): {{ $agent->profile->previous_job }}

@lang('site.specialty'): {{ $agent->profile->specialization }}

@lang('site.experience_years'): {{ $agent->profile->experience_years }}

@if ($agent->profile->pre_list_path) @lang('site.Pre List') @endif @if ($agent->profile->seller_kit_path) @lang('site.Seller kit') @endif @if ($agent->profile->buyer_kit_path) @lang('site.Buyer Kit') @endif

@lang('site.Agent_Properties')

@include('site.template.agents-details-properties-card')

@lang('site.Send Message')

@if ($agent->id)
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach @csrf
@endif
@endsection @section('script') @endsection