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

{{__("No Data Found!")}}

@endif
@endsection