{{ $doc->title??'' }}

{{--Preview--}}
{{--{{ isset($doc->type) && $doc->type=='Premium'?'Paid Plan Snippet':'Free Snippet' }}--}}
{!! $doc->note??'' !!}
Setup Now
{{----}} {{--Trouble Installing?--}} {{----}}
{{--snippet details in html format from backend crm--}}
{!! html_entity_decode($doc->description??'') !!}
{{--media gallery html--}} @if(isset($doc->media) && !empty($doc->media))

Media gallery

    @foreach($doc->media as $media_img)
  • @endforeach
@endif
{{--
Category--}} {{--
--}} {{----}} {{--{{ $doc->category??'' }}--}} {{----}} {{--@if(!empty($doc->subcategory))--}} {{----}} {{--@endif--}} {{--
--}} {{--
--}} @if(!empty($doc->tags))

Tags

@foreach(explode(',',$doc->tags) as $tag) {{ $tag }} @endforeach
@endif

More Info

Released on    : {{ $doc->created_at??'' }}