@extends('front.layouts.app') @section('title', $page->meta_title ?: $page->title . ' - Astrotalk') @push('styles') @if($page->meta_description) @endif @if($page->meta_keywords) @endif @if($page->is_no_follow) @endif @if($page->schema_markup) {!! $page->schema_markup !!} @endif @endpush @section('content')

{{ $page->title }}

{!! $page->content !!}
@endsection