{!! $data->title !!}
{!! $data->detail !!}
@extends('layouts.app') @section('title', $data->seo_title != null ? $data->seo_title : $data->title) @section('description', $data->seo_description != null ? $data->seo_description :$data->description) @section('keywords', $data->seo_keywords) @section('content')