@php $action = ($type == 'edit') ? route('forms.update', $form->code) : route('forms.store'); $title = ($type == 'edit') ? $form->title : ''; $description = ($type == 'edit') ? str_convert_line_breaks($form->description, false) : ''; @endphp
@section('plugin-scripts') @endsection @section('page-script') @endsection