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