@extends('tenant.layouts.app') @push('title') {{ __($page->title) }} @endpush @section('content') {{ __($page->title) }} {{ __("Home") }} {{ __($page->title) }} @if ($page->description) {!! $page->description !!} @endif @endsection