@extends('user.components.layout') @push('css') @endpush @section('main')

{{ $blog['blog_title'] }}

{!! $blog['blog_content'] !!}
@if ($related) @endif @if ($recent) @endif
@endsection