@extends('frontend.layouts.index') @section('content')

{{ ucfirst($pageDetail->title) }}

{!! $pageDetail->description !!}
@endsection