@extends('web.layouts.master') @section('title', $page->title) @section('top_meta_tags') @if(isset($page->description)) @else @endif @endsection @section('social_meta_tags') @if(isset($setting)) @endif @endsection @section('content') @if(isset($page))

{{ $page->title }}

@endif @if(isset($page)) @endif @endsection