@extends('master.front') @section('title') {{$page->title}} @endsection @section('content')

{{$page->title}}

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