@extends('layouts.post-layout')
@section('title')
{{$post['meta_title']}}
@endsection
@section('meta-description')
{{$post['meta_description']}}
@endsection
@section('meta-title')
{{$post['meta_title']}}
@endsection
@section('meta-og-url')
{{url()->full()}}
@endsection
@section('meta-og-image')
{{'https://cdn.stevenhardy.digital/steven-photos/' . $post['featured_image']}}
@endsection
@section('background-image')
{{'https://cdn.stevenhardy.digital/steven-photos/' . $post['featured_image']}}
@endsection
@section('page_title')
{{$post['title']}}
@endsection
@section('page_subheading')
{{$post['subheading']}}
@endsection
@section('schema')
@endsection
@section('content')
Category: {{$post->category->name}} Last Updated: {{$post->updated_at->format('jS F Y')}}
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sit nesciunt error illum a explicabo, ipsam nostrum.
--}} {{-- --}} {{--
Leave me a comment
Thank you for reading my post, if you want to leave a comment, you can do so below.
@if(Session::has('success'))