@extends('webpages-templates.frontend-public-default', [
'menu' => 'contact',
]
)
@section('view-title', $data->headPageInfo->title)
@section('view-description', $data->headPageInfo->description)
@section('view-keywords', $data->headPageInfo->keywords)
@section('view-robots', $data->headPageInfo->robots)
@section('view-designer', $data->headPageInfo->designer)
@section('view-canonicalURL', $data->headPageInfo->canonicalURL)
@section('view-alternatesURL')
@foreach ($data->headPageInfo->alternatesURL as $langCode => $langURL)
@endforeach
@endsection
@push('styles-head')
@endpush
@push('scripts-head')
@endpush
@section('webpage-structure')
@endsection