@extends('frontend.master') @section('title', $data->seo_title != null ? $data->seo_title : $data->title) @section('description', $data->seo_description) @section('keywords', $data->keywords) @section('content')
{{ Breadcrumbs::render('page', $data) }}

{{ $data->title }}

{!! $data->content !!}
@endsection