@extends('layouts.guest') @section('css') @endsection @section('content')
{{ __('Blog') }}

{{ $blog->title }}

{{ __('All Blogs') }}
Blog Image
{{ $blog->title }}

{{ $blog->created_by }} / {{ date('F j, Y', strtotime($blog->created_at)) }}

{!! $blog->body !!}
@endsection @section('js') @if (config('services.google.recaptcha.enable') == 'on') @endif @endsection