@extends('layouts.help') @push('styles') @endpush @section('content')

How can we help you?

HELP TOPICS

    @if(! empty($topics)) @foreach ($topics as $topic)
  • {{ $topic->name }}
  • @endforeach @else
  • No results found
  • @endif

TOP TASKS

@foreach($topTasks as $task) @endforeach {{--
$
Missing Cash Back

Questions about your Cash Back? We can help.

✈️
Track My Big Fat Check

See what you’ve earned and when you’ll get paid.

🔒
Help Signing In

Find out more about how to access your account.

Join Rakuten

See how easy it is to create your free, secure account.

💰
How to Earn Cash Back

Three easy steps to get Cash Back when you shop.

⚙️
How It Works

See how you can start shopping smarter.

--}}
@push('scripts') @endpush {{--

Knowledge Base

@foreach ($categories as $category)
{{ -- Optionally show category icon here -- }}
{{ $category->name }}

{{ $category->description }}

@endforeach
--}} @endsection