@extends('master.front') @section('title') {{__('Page')}} @endsection @section('content')

{{$page->title}}

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