@extends('frontEnd.layouts.master') @section('title','Page') @section('content')
{{$page->title}}
{!! $page->description !!}
@endsection