@extends('admin.layouts.app') @section('panel')
@csrf
title)}}"/>
@php $inputType = strtolower(old('input_type', $option->input_type ?? '')); if ($inputType === 'chekbox') { $inputType = 'checkbox'; } @endphp



Options Item
@php $i=0; @endphp @foreach($option->item as $item) @php $i++; @endphp @endforeach
value SVG Icon (drag & drop) Action
{{ $item->icon ? 'Current: ' . $item->icon : 'Drop SVG here or click to upload' }}
Remove
Add Option Item
0%
@endsection @push('breadcrumb-plugins') @lang('Back') @endpush @push('style') @endpush @push('script') @endpush