{{-- Usage: @include('layouts.components.skeleton-loader', ['type' => 'dashboard']) @include('layouts.components.skeleton-loader', ['type' => 'table']) @include('layouts.components.skeleton-loader', ['type' => 'profile']) --}} @php $type = $type ?? 'dashboard'; @endphp @if($type === 'dashboard') {{-- 4 stat cards + 2 large cards --}}
@for($i = 0; $i < 4; $i++)
@endfor
@endif @if($type === 'table') {{-- Toolbar + 6 rows --}}
@for($i = 0; $i < 6; $i++)
@endfor
@endif @if($type === 'profile')
@endif @if($type === 'cards')
@for($i = 0; $i < 6; $i++)
@endfor
@endif