@extends('web.default.forms.layout') @section('formContent') @if(!empty($form->end_date))

{{ trans('update.notice') }}

{{ trans('update.this_form_will_be_expired_on_date',['date' => dateTimeFormat($form->end_date, 'j M Y')]) }}

@endif
{{ $form->heading_title }}

{{ $form->heading_title }}

{!! $form->description !!}
{{-- Inputs --}}
{{ csrf_field() }} @include('web.default.forms.handle_field',['fields' => $form->fields])
@endsection @push('scripts_bottom') @endpush