@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('Previewing application form')) @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 }} - {{__('Form')}}

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