@extends('front.front_layouts') @section('content')

{{ $frontPageDetails->title }}

{!! $frontPageDetails->page_content !!}
@endsection @section('styles') @endsection