@extends('layouts.front') @push('css') @endpush @section('content')

{{ $page->title }}

@php echo $page->details; @endphp

@include('partials.front.cta') @include('partials.front.footer') @endsection @push('js') @endpush