8 lines
209 B
PHP
8 lines
209 B
PHP
@extends('theme.spade.pages.hair-transplant.cluster')
|
|
|
|
@section('sub-content')
|
|
|
|
<h2 style="font-size: 24px; color:#22ad4b; padding-bottom: 12px;">{{ $post->title }}</h2>
|
|
{!! $post->full_detail !!}
|
|
|
|
@endsection |