@extends('layouts.app')
@section('content')
{{ $post->excerpt }}
@php
$catLabels = ['guide' => 'Buying Guides', 'tech' => 'Material Science', 'design' => 'Interior Design'];
@endphp
{{ $catLabels[$post->category] ?? $post->category }}
{{ $post->title }}
Loading article...