@extends('layouts.front') @section('content')

{{$page->title}}

@php echo $page->details; @endphp

@endsection