@props([ 'type' => 'text', // text, table, card, circle 'count' => 1, 'height' => '20px', 'width' => '100%', ])
@for($i = 0; $i < $count; $i++) @if($type === 'text')
@elseif($type === 'circle')
@elseif($type === 'table')
@elseif($type === 'card')
@endif @endfor
@pushonce('css') @endpushonce