@extends('adminlte::page') @section('title', 'Raspberry Network | Application Form Preview') @section('content_header')

Administration / Form Builder / Preview

@stop @section('js') @stop @section('content')
Form preview illustration
This is how your form looks like to applicants

You may edit it and add more fields later.

{{ $title }}'s form

@component('components.form', ['form' => $form, 'disableFields' => true]) @endcomponent
@stop @section('footer') @include('breadcrumbs.dashboard.footer') @stop