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

{{ $data->title }}

  • {{ \Carbon\Carbon::parse($data->created_at)->format('d-m-Y') }}
{!! $data->content !!}
@endsection