@extends('layout.v3.session') @section('content')

{{ __('firefly.mandatoryFields') }}

{!! ExpandedForm::text('name', null, ['helpText' => trans('firefly.link_type_help_name')]) !!} {!! ExpandedForm::text('inward', null, ['helpText' => trans('firefly.link_type_help_inward')]) !!} {!! ExpandedForm::text('outward', null, ['helpText' => trans('firefly.link_type_help_outward')]) !!}
{{-- panel for options --}}

{{ __('firefly.options') }}

{!! ExpandedForm::optionsList('create','link_type') !!}
@endsection @section('scripts') @vite(['js/pages/generic.js']) @endsection