@extends('layouts.frontLayout.front_design') @section('content')
@include('layouts.frontLayout.front_sidebar')

{{ $cmsPageDetails->title }}

{{ $cmsPageDetails->description }}

@endsection