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