@extends('frontend::layouts.master') @push('styles') @endpush @section('content') {{-- Breadcrumb & Back --}}
@include('frontend::components.tsic-ellipse-decoration') {{-- Article Hero - Gradient: primary/10 → accent/5 → background --}}
@if (!empty($blog['categories'][0]['name'])) {{ $blog['categories'][0]['name'] ?? '' }} @endif

{{ $blog['name'] ?? '' }}

{{ str_date($blog['publish_at'], 'M d, Y') }}
{{-- Article Image / Featured --}}
{{ $blog['name'] ?? '' }}
{{-- Article Content --}}
{!! $blog['detail'] ?? '' !!}
{{-- Related Posts --}} @if (!empty($blog['related'][0]))
@include('frontend::components.tsic-ellipse-decoration')

{{ __('frontend::lang.page.blog.related_articles') }}

{{ __('frontend::lang.page.blog.related_articles_desc') }}

@endif {{-- CTA Section --}} @include('frontend::components.cta-section') @endsection @push('scripts') @endpush