@extends('layouts.app')
@section('metades')
@endsection
@section('title')
@endsection
@section('css')
@endsection
@section('content')
{{ $data['title'] }}
{{ $data['title'] }}
{!! $data['shortText'] !!}
{!! $data['description'] !!}
{!! $data['longText'] !!}
@endsection
@push('scripts')
@endpush