tethys/resources/views/frontend/pages/index.blade.php
2020-06-10 21:09:11 +02:00

5 lines
107 B
PHP

@extends('layouts.app')
@section('content')
{!! $page->description !!}
@endsection