@php $version = $basicInfo->theme_version; @endphp @extends("frontend.layouts.layout-v$version") @section('pageHeading') {{ $agent->username }} @endsection @section('metaKeywords') {{ $agent->username }}, {{ !request()->filled('admin') ? @$agentInfo->first_name . ' ' . @$agentInfo->last_name : '' }} @endsection @section('metaDescription') {{ !request()->filled('admin') ? @$agentInfo->details : '' }} @endsection @section('content') @includeIf('frontend.partials.breadcrumb', [ 'breadcrumb' => $bgImg->breadcrumb, 'title' => !empty($pageHeading) ? $pageHeading->agent_page_title : __('Agent'), 'subtitle' => __('Agent'), ])
@endif
{{ @$agentInfo->details }}