@extends('components.layout') @section('title', 'Gerakan') @section('content')

{{ $blog['judul'] }}

{{ $blog['deskripsi'] }}

{{ $blog->created_at->format('d M Y') }}

{!! $blog['isi_blog'] !!}
@endsection