{{ $data->title }}
{!! $data->content !!}
@extends('frontend.master') @section('title', $data->seo_title != null ? $data->seo_title : $data->title) @section('description', $data->seo_description) @section('keywords', $data->keywords) @if ($data->seo_indexed == 0) @section('robots', 'noindex,nofollow') @endif @section('content')