@extends('frontend.layout') @section('page_title', $single_health_day->title) @section('content')

{{$single_health_day->title}}

{{$single_health_day->h_date}}

{{$single_health_day->title}}

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