Kanpai CMS Docs
  • sidebar_icon_type != 'ColorLessIcons') style="color:{{ $basedata->icon_color }};" @endif>
    Go Back
  • @isset($userGuide_jsonData)
  • sidebar_icon_type != 'ColorLessIcons') style="color:{{ $basedata->icon_color }};" @endif>
    Introduction
  • @foreach ($guideCategory as $manualCategory)
  • sidebar_icon_type != 'ColorLessIcons') style="color:{{ $basedata->icon_color }};" @endif>
    {{ $manualCategory['title'] }}
      @foreach ($productionGuides as $guideData) @if ($guideData['category_id'] == $manualCategory['id'])
    • {{ $guideData['menu_title'] }}
    • @endif @endforeach
  • @endforeach @foreach ($productionGuides as $guideData) @if ($guideData['category_id'] == null and $guideData['id'] != 1)
  • sidebar_icon_type != 'ColorLessIcons') style="color:{{ $basedata->icon_color }};" @endif>
    {{ $guideData['menu_title'] }}
  • @endif @endforeach @endisset