@extends('frontend.master') @section('title', isset($seo_radar->seo_title) ? $seo_radar->seo_title : $siteConfig['seo_title']) @section('description', isset($seo_radar->seo_description) ? $seo_radar->seo_description : $siteConfig['seo_description']) @section('keywords', isset($seo_radar->keywords) ? $seo_radar->keywords : '') @section('content')
@include('frontend.layouts.setting')
@include('frontend.layouts.zoom-layer')
@include('frontend.layouts.unit-layer')
@include('frontend.layouts.progress-bar')
@endsection