@extends('frontend.layouts.app') @section('content')
{{ $blog->user->name }} / {{ $blog->created_at->format(' j M, Y') }}
{!! Str::limit($blog->details, 200) !!}