@extends('layouts.page') @section('content')
{!! $top_content !!}

{{ $data->title }}

{!! $data->description !!}
{!! $bottom_content !!}
@endsection