Blog Detail
| ID | {{$blog->id ??''}} | Author | {{$blog->author->name ??''}} | ||
|---|---|---|---|---|---|
| Title | {{$blog->title ??''}} | ||||
| Description | {!! $blog->description !!} | ||||
| Image |
@if(!empty($blog->image) && file_exists('uploads/blog/'.$blog->image))
|
||||