@extends("app") @section('head_title', (!empty($page->seo_title))? $page->seo_title : ''.' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('canonical_url', config('app.url').'sitemap') @section('description', $page->seo_description.''.getcong('site_description') ) @section('keywords', $page->seo_keywork.''.getcong('seo_keyword') ) @section("content") @if(!empty($page->title))

{{$page->title}}

@endif