@extends('frontend.layouts.pages') @section('title', $page->title) @section('description', $page->short_description) @section('content')
{!! $page->content !!}
@endsection