@extends('home.layouts.index') @section('title') {{ $page->title }} @endsection @section('description') @endsection @section('keywords') @endsection @section('style') @endsection @section('script') @endsection @section('content')

{{$page->title}}

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