1. Dashboard
  2. Blog

{{ucwords($blog->title)}}

Oluebube A. Chukwu Image {{$blog->title}}

{{ucwords($blog->title)}}

  • {{ucwords($blog->blogeditor->name)}}
  • {{Carbon\Carbon::parse($blog->created_at)->format('d F Y')}}
  • {{--
  • 12 Comments
  • --}}

{!! $blog->news_content !!}

  • {{ucwords($blog->blogcategory->cat_name)}}

Search

Categories

    @foreach ($blogCategories as $category)
  • {{$category->cat_name}} (0)
  • @endforeach

Recent Posts

@foreach ($otherBlogsNews as $recentblog)
Oluebube A. Chukwu Image Blog{{$recentblog->id}}

{{ucwords($recentblog->title)}}

{{Carbon\Carbon::parse($recentblog->created_at)->format('d F Y')}}
@endforeach