@extends('backend.admin-master') @php @endphp @section('site-title') {{$site_title}} @endsection @section('style') @endsection @section('content')

{{$form_title}}

@if($notice && $notice_type)
{{$notice}}
@endif
@csrf {!! render_drag_drop_form_builder_markup($field_name) !!}

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

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