@extends('frontend.layouts.app') @section('meta') @endsection @section('title', $data->seo_title ?? $data->title ) @section('main')
{!! $data->content !!}