@extends('layouts.app') @section('title', 'Recycle & Earn') @push('styles') @endpush @section('content') @php $user = auth()->user(); $confirmedCount = $logs->where('status','confirmed')->count(); $totalKg = $logs->where('status','confirmed')->sum('weight_kg'); $totalCoins = $logs->where('status','confirmed')->sum('coins_earned'); $activePickups = $logs->filter(fn($l) => $l->type === 'pickup' && !in_array($l->status, ['confirmed','rejected'])); $rates = ['plastic'=>5,'paper'=>3,'metal'=>8,'e-waste'=>15,'organic'=>2,'glass'=>4,'other'=>2]; $tips = ['plastic'=>'Remove caps and rinse bottles. Flatten where possible.','paper'=>'Keep paper dry, remove staples. Flatten cardboard.','metal'=>'Rinse cans and remove lids. Aluminium earns the most!','e-waste'=>'Remove batteries first. E-waste earns the highest rate!','organic'=>'Separate from packaging. Dry organic waste earns more.','glass'=>'Rinse bottles and jars. Remove metal lids.','other'=>'Sort mixed waste where possible to earn higher rates.']; @endphp {{-- Hero --}}
Used a Nabola recycling machine? Enter the code to earn coins instantly.
Schedule your first pickup or redeem a machine code above!