@extends('admin/layout') @section('page_title',$single->title.' | View') @section('other_select','active') @section('health_days_select','active') @section('content')

{{$single->title}} View

Title: {{$single->title}}

Date: {{$single->h_date}}



Description:

{!! $single->description !!}
@endsection @section('scripts') @endsection