Blog Detail
| ID | {{$blog->id ??''}} | |||
|---|---|---|---|---|
| Title | {{$blog->title ??''}} | |||
| Description | {!! $blog->description !!} | |||
| Image |
@if(!empty($blog->image) && file_exists('uploads/blog/'.$blog->image))
|
|||
@extends('admin.layouts.app') @section('title', 'Blog Details') @section('page_css') @endsection @section('section')
| ID | {{$blog->id ??''}} | |||
|---|---|---|---|---|
| Title | {{$blog->title ??''}} | |||
| Description | {!! $blog->description !!} | |||
| Image |
@if(!empty($blog->image) && file_exists('uploads/blog/'.$blog->image))
|
|||