@extends('master') @section('title', $title) @section('meta_description', $meta_description) @section('meta_keywords', $meta_keywords) @section('content') @if(in_array($slug, array('home', 'blogs'))) @include('pages.'.$slug) @else
@if($page->use_title_as_heading)

{{ $heading }}

{!! generateBreadcrumb() !!}
@endif
{!! filterInlineStyles($body); !!}
@if(file_exists( resource_path() .'/views/pages/'.$slug.".blade.php" )) @include('pages.'.$slug) @endif
@endif @endsection {{-- @if(in_array($slug, array('contact-us', 'blogs'))) --}} @section('body_end') @include('common.footer.footer-scripts') @endsection {{-- @endif --}}