@extends('backend.layout.master') @section('title', __('All Custom Form')) @section('style') @endsection @section('content')

{{__("Edit Form")}}

@csrf
{{__('your will get mail with all info of from to this email')}}
{!! plugins\FormBuilder\FormBuilderHelpers::render_drag_drop_form_builder($form->fields) !!}

{{__("Available Form Fields")}}

  • {{__('Text')}}
  • {{__('Email')}}
  • {{__('Tel')}}
  • {{__('URL')}}
  • {{__('Select')}}
  • {{__('Check Box')}}
  • {{__('File')}}
  • {{__('Textarea')}}
@endsection @section('script') @endsection