@extends('themes.MyLittleHouseSchool.app') @section('content')

{{$page->title}}


@foreach($pages as $_page) {{$_page->title}} @endforeach

{{$page->title}}

{!! $page->content !!}

@endsection @section('styles') @endsection @section('scripts') @endsection