@extends('frontend.layouts.app') @section('title', $page->seo_title) @section('description', $page->seo_description) @section('keywords', $page->seo_keywords) @if (!empty($page->image)) @section('image', $page->image) @endif @section('content') @include('frontend.common.header')

{{$page->title}}

@if(!empty($tags_attributes[0]['slug'])) @endif
@if ($page->has_quick_link == 1 && $quick_links->count() > 0)
Quick Links
@endif
@include('frontend.block.subscribe') @endsection