@if(optional($form)->id) {{ __('common.edit') }} - {{ optional($form)->name }} @else {{ __('common.create') }} @endif

reply_all  {{ __('common.go_back') }}
@csrf @if(optional($form)->id) @method('PUT') @else @method('POST') @endif

{{ __('common.config') }}

@include('includes.invalid', ['field'=> 'attr_key'])
@include('includes.invalid', ['field'=> 'attr_value'])
@push('head.start') @include('includes.plugins', ['name' => 'quilleditor-css']) @endpush @push('body.end') @include('includes.plugins', ['name' => 'quilleditor-js', 'field_name' => 'long_desc', 'library' => true]) @include('includes.plugins', ['name' => 'quilleditor-js', 'field_name' => 'long_desc_hi', 'library' => false]) @endpush