@extends('front.layout') @section('custom-style') @endsection @section('content')
{{ $page->title }}
{!! $page->description !!}
@endsection @section('custom-script') @endsection