@extends('main') @section('content')
Stickers
@foreach ($stickers as $sticker)
{{$sticker->name}}
status==0) checked @endif>
@method('DELETE') @csrf
@endforeach
{{ $stickers->links() }}
@endsection