@extends('public/layout.app')
@section('meta-tags')
@if($page->seo!==null){{ $page->seo->{'title_'.$app->getLocale()} }}@endif
@endsection
@section('schema-org-web')
@endsection
@section('content')
{{ $page->{'title_' .$app->getLocale()} }}
@endsection