@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
{{ $heading }}
{!! generateBreadcrumb() !!}