@extends('layouts.default_not_logged') @section('content') @if($errors->any())

Alerta!

@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif

{{$data->title}}

{!! $data->text_html !!}


Assinar Termo

@csrf
@endsection @push('plugin-js') @endpush