@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'])) {{$tags_attributes[0]['name']}} Company Specific Materials @endif {!! $page->description !!} @if ($page->has_quick_link == 1 && $quick_links->count() > 0) Quick Links @foreach ($quick_links as $item) {{$item->title}} @endforeach @endif @include('frontend.block.subscribe') @endsection