@extends('frontend::layouts.master') @section('content') @if (!empty($header)) @endif

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

{{ str_date($blog['publish_at'], 'd m Y') }}
{{ $blog['name'] ?? '' }}
{!! $blog['detail'] ?? '' !!}
@endsection