@extends('frontend.layouts.master') @php $lang = selectedLang(); $agent_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::AGENT_SECTION); $agent = App\Models\Admin\SiteSections::getData( $agent_slug)->first(); $agent_app_slug = Illuminate\Support\Str::slug(App\Constants\SiteSectionConst::AGENT_APP_SECTION); $agent_app = App\Models\Admin\SiteSections::getData( $agent_app_slug)->first(); @endphp @section('content')
img

{{ @$agent_app->value->language->$lang->title }}

{{ @$agent_app->value->language->$lang->details }}

img img
@include('frontend.partials.service') @endsection @push("script") @endpush