@extends('admin.layouts.app') @section('content')

Blog Details

Title:
{!! $data->title !!}

Slug:
{!! $data->slug !!}

Description:
{!! $data->description ?? '' !!}

Content:
{!! $data->content ?? '' !!}

Image:

@endsection