@extends('layouts.tenant', ['title' => 'Stickers']) @section('content')
@csrf
@foreach ($stickerPack->stickers as $sticker)
@endforeach
@endsection