{{ __('upcertify::upcertify.library_title') }}

Shaps

    @foreach ($shapeIcons as $shape => $svgContent)
  • {!! $svgContent !!}
  • @endforeach

Badge

    @foreach ($badeIcons as $badge => $svgContent)
  • {!! $svgContent !!}
  • @endforeach

Broder

    @foreach ($attachments as $attachment => $svgContent)
  • {!! $svgContent !!}
  • @endforeach

Frames

    @foreach ($frames as $frame => $contents)
  • {!! $contents["thumbnail"] !!}
  • @endforeach