@slot('stylesheet') @endslot @section('title', 'Agente') @slot('slot') @section('stylesheet') @endsection

{{ $agent->name }}
{{ $agent->description }}

Insira as Informações

@csrf @foreach ($agent->fields as $field)
@if ($field->type === 'text') required ? 'required' : '' }}> @elseif($field->type === 'textarea') @elseif($field->type === 'select') @elseif($field->type === 'upload') required ? 'required' : '' }}> @endif
@endforeach

Resultado

{!! nl2br(e($result)) !!}
@endslot @slot('scripts') @endslot