@extends('website.layout.master') @section('title') Blog Detail @endsection @section('content')
img
  • By {{ $admin->name }}
  • {{ $blog->category_data->name }}

{{ $blog->heading }}

{!! $blog->description !!}
Tags : @forelse($tags as $tag) {{ $tag }} @empty @endforelse

Catagory

Popular Tags

@forelse($tags as $tag) {{ $tag }} @empty @endforelse
@endsection @section('script') @endsection