@extends('layouts.app') @section('title') {{ $page->getTranslation('title') }} - LuvaOtel @endsection @section('content')

{{ $page->getTranslation('title') }}

{!! $page->getTranslation('content') !!}
@endsection