@extends('layouts.front.master') @section('contant')
image

{{ $blogdetail->title ?? '' }}

{!! $blogdetail->description ?? '' !!}

Categories

    @if(count($blog_categories) > 0) @foreach ($blog_categories as $cat)
  • {{ $cat->name }}
  • @endforeach @endif

Resent Post

@endsection