@extends('formbuilder::front_layout') @section('title') {{ $form->name }} @endsection @section('styles') @endsection @section('content')

{{ $form->name }}

Your entry for {{ $form->name }} was successfully submitted.

{{ @$form->custom_description }}

@endsection