@extends('layouts.master') @section('title') {{ __('Form Builder') }} - {{ $documentType->name }} @endsection @section('content') @component('components.breadcrumb') @slot('li_1') {{ __('Document Types') }} @endslot @slot('title') {{ __('Form Builder') }} - {{ $documentType->name }} @endslot @endcomponent
{{ __('Back') }}
{{ __('Upload Template') }}

{{ __('Upload PDF/Image for this document type.') }}

{{ __('Field Tools') }}

{{ __('Drag a tool to the template preview.') }}

{{ __('Text Field') }}
{{ __('Date Field') }}
{{ __('Checkbox') }}
{{ __('Signature') }}
{{ __('Drag and drop fields onto the template preview.') }}
{{ __('Placed Fields') }}
{{ __('Payment Settings') }}
{{ __('Required Supporting Files') }}

{{ __('Click Add, then enter required file name and quantity.') }}

{{ __('Template Preview') }}
{{ $documentType->code }}
{{ __('No template uploaded yet.') }}
@endsection @section('script') @endsection {{-- Pre-populate selected values for editing --}} {{-- Display validation warnings --}} @if ($errors->any())
@endif