@extends('formbuilder::layout') @section('title') Show Form @endsection @section('content')
Form Preview for '{{ $form->name }}'
Details
  • Public URL: {{$form->identifier}}
  • Visibility: {{ $form->visibility }}
  • Allows Edit: {{ $form->allowsEdit() ? 'YES' : 'NO' }}
  • Owner: {{ $form->user->name }}
  • Current Submissions: {{ $form->submissions_count }}
  • Last Updated On: {{ $form->updated_at->toDayDateTimeString() }}
  • Created On: {{ $form->created_at->toDayDateTimeString() }}
@endsection @push(config('formbuilder.layout_js_stack', 'scripts')) @endpush