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