@extends('Frontend.Template.layout') @section('title') Single Post @endsection @section('content')
Post Image

{{ $post->title }}

  • {{ $post->date }}

{!! $post->post !!}


{{ $heading->services_contact }}

@csrf
@endsection