@extends('layouts.public') @section('title') {{$page->meta_title}} @endsection @section('description') {{$page->meta_description}} @endsection @section('content') @if($page->category) {{trans('text.title.'.$page->category)}} @endif

{{$page->title}}

{!!$page->content!!} @endsection