@extends('frontend.layouts.app') @section('title') {{ $data['title'] ?? 'Page header' }} @endsection @section('meta') @endsection @push('style') @endpush @section('content')

{!! $data['row']->body ?? 'Page description' !!}

@endsection @push('script') @endpush