@csrf
{{ $option['name'] }}
@if($option['settings'] != null)
@foreach($option['settings'] as $settings) @if($settings['type'] == 'text')
@endif @if($settings['type'] == 'link')
@endif @if($settings['type'] == 'icon')
@endif @if($settings['type'] == 'textarea')
@endif @if($settings['type'] == 'image')
@endif @if($settings['type'] == 'bg_image')
@endif @endforeach
@endif @if($option['content'] != null)
@foreach($option['content'] as $content)
@foreach($content['settings'] as $settings) @if($settings['type'] == 'text')
@endif @if($settings['type'] == 'link')
@endif @if($settings['type'] == 'icon')
@endif @if($settings['type'] == 'image')
@endif @if($settings['type'] == 'textarea')
@endif @endforeach
@endforeach
@endif