@extends('layouts.universal', ['title' => 'Sticker Packs']) @section('content')
@forelse ($stickerPacks as $stickerPack) @empty @endforelse
Sticker Pack name Sticker Pack Icon Sticker Count Actions
{{ $stickerPack->name }} {{ $stickerPack->stickers_count }}
No sticker packs found
{{ $stickerPacks->links() }}
@endsection