@extends('frontendpage') @section('title',$page->title) @section('content')

{{$page->title}}

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