@extends('backend.template') @section('content')
Parent Blog : {{$data->parent_blog}}
Title : {{$data->title}}
Alias : {{$data->alias}}
Text : {{$data->text}}
Image : {{$data->image}}
Thumb : {{$data->thumb}}
Cover : {{$data->cover}}
Display Order : {{$data->display_order}}
Status : {{$data->status == 1 ? 'Active' : 'Inactive'}}
Createdby : {{$data->createdby}}
Updatedby : {{$data->updatedby}}
Seo Keywords : {{$data->seo_keywords}}
Seo Title : {{$data->seo_title}}
Seo Descriptions : {{$data->seo_descriptions}}
Og Tags : {{$data->og_tags}}
Created On : {{$data->created_at}}
Created By : {{$data->createdBy}}
Updated On : {{$data->updated_at}}
Updated By : {{$data->updatedBy}}