@extends('layout.main') @push('title') @if($page->title) {{ $page->title }} @endif @if($page->description) @endif @if($page->keywords) @endif @if($page->author) @endif @if($page->robots) @endif @if($page->copyright) @endif @if($page->canonical_url) @endif @if($page->og_type) @endif @if($page->og_url) @endif @if($page->og_title) @endif @if($page->og_description) @endif @if($page->og_image) @endif @if($page->twitter_card) @endif @if($page->twitter_url) @endif @if($page->twitter_title) @endif @if($page->twitter_description) @endif @if($page->twitter_image) @endif @endpush @push('nav-bg')