@extends('layouts.store') @section('title', $page->title) @section('content')
8Stores

{{ $page->title }}

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