@extends('website.layouts.app') @section('description') @php $data = metaData('company'); @endphp {{ $data->description }} @endsection @section('og:image') {{ asset($data->image) }} @endsection @section('title') {{ $data->title }} @endsection @section('main')
@php $oldLocation = request('location'); $map = setting('default_map'); @endphp
@if ($map == 'map-box') @elseif ($map == 'google-map')
@else @endif
{{-- Subscribe Newsletter --}} {{-- filter modal --}} @endsection @push('frontend_links') @endpush @push('frontend_scripts') @endpush