@extends('front.themes.' . env('THEME', 'theme-01') . '.layout') @section('content')

{{ $page->title }}

{!! $page->details !!}

@endsection