@extends(getTemplate().'.view.layout.layout') @section('title') {{ $content->title }} - {{ !empty($setting['site']['site_title']) ? $setting['site']['site_title'] : '' }} @endsection @section('meta_description',$content->meta_description ?: $content->sub_title) @section('meta_keyword',$content->meta_keyword) @section('page')
@include('flash::message')

{{ $content->title }}

@endsection