@extends('web.layouts.layout') @section('content')

{{ $page->currentDescription->title }}

{!! $page->currentDescription->description !!}
@endsection @section('content_js') @endsection