@extends('layouts.public') @section('title') {{$page->meta_title}} @endsection @section('description') @endsection @section('content')
{{$page->title}}
{{$page->title}}

{!!$page->content!!}

@include('include.sidebar')
@endsection @section('styles') @endsection