@extends('frontend.layouts.app') @section('title', __('find-agent.title')) @section('meta', __('find-agent.meta_title')) @push('styles') @endpush @php use App\Enum\HeadingTypeEnum; @endphp @section('content')
{{ __('find-agent.title') }}
@php $findAgentHeading = $headings->where('type', HeadingTypeEnum::FINDAGENT->value)->first(); @endphp

{{ __('find-agent.intro.title') }}

{{ app()->getLocale() == 'en' ? $findAgentHeading->main_heading_en : $findAgentHeading->main_heading_np }}

{{ app()->getLocale() == 'en' ? $findAgentHeading->sub_heading_en : $findAgentHeading->sub_heading_np }}

@endsection @section('scripts') @endsection