@extends('front.layouts.master') @php $locale = Session::get('front-locale',getDefaultLangLocale()); @endphp @section('title', __('static.pages.page')) @section('content')

{{ $page->title }}

{{ $page->created_at->format('jS F Y') }}
{!! $page->content !!}
@endsection