{{ $id }}:{{ $optKey }}

Back
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

{{-- menu selector --}}

{{--
@foreach($types as $type)
type) and $mc->type==$type)>{{ $type }}
@endforeach
--}}
@foreach($types as $type)
type) && $mc->type == $type) ? 'checked' : '' }}>{{ $type }}
@endforeach
@if (!empty($mc->type)) @include('component.main.type-'.$mc->type, ['content'=>$mc->content]) @endif

@if (!empty($mc->tag)) @php($tags = explode('|', $mc->tag)) @foreach($tags as $tag) @endforeach @endif
@if (!empty($mc->image) and Storage::disk('public')->exists($mc->image))
@endif
@if (!empty($mc->image2) and Storage::disk('public')->exists($mc->image2))
@endif
@if (!empty($mc->image_mobile) and Storage::disk('public')->exists($mc->image_mobile))
@endif
@if (!empty($mc->image_mobile2) and Storage::disk('public')->exists($mc->image_mobile2))
@endif

display) and $mc->display=='Y') or empty($mc->display))>