@extends('front.layouts.master') @section('page-title'){{$page_title}}@endsection @section('page-keywords'){{$page_keywords}}@endsection @section('page-summary'){{$page_summary}}@endsection @section('content')
{!!$page->description!!}
@endsection