@extends('admin.layouts.main') @section('title') Blog View @endsection @section('content') Blog view Home Blog View Blog view Back Edit Title{{ $data->title }} Blog category{{$blogCategory->category}} Description Tags{{ $data->tags }} Created{{$data->created_at }} Update{{$data->updated_at }} Image @endsection