@extends('front.front_layouts') @section('content') {{ $frontPageDetails->title }} {{ $frontSetting->home_text ?? 'Home' }} {{ $frontPageDetails->title }} {!! $frontPageDetails->page_content !!} @endsection @section('styles') @endsection