@extends('backend.admin-master') @section('site-title') {{__('Apply Job Form Builder')}} @endsection @section('style') @endsection @section('content')
@include('backend.partials.message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

{{__("Apply Job Form Builder")}}

@csrf {!! render_drag_drop_form_builder_markup(get_static_option('apply_job_page_form_fields')) !!}

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

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