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