芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/resources/views/Home/single_post.blade.php
@extends('layouts.home_header') @section('title') {{$post->title}} @endsection @if(isset($post->image))
@endif @section('content')
{{$post->title}}
Published: {{ $post->created_at->format('d-M-Y')}}
Posted: {{$doctor->customer_name}}
Category: {{$post->category}}
{!!$post->content!!}
Someone famous in
Source Title
@endsection