@extends('layouts.public') @section('title', 'Partner home — SYSTRONICS') @section('meta_description', 'SYSTRONICS Partners Area — prices, activation codes, downloads and support.') @section('content') @include('public.partials.page-chrome', [ 'eyebrow' => 'Partner Area', 'title' => 'Welcome, '.($user->first_name ?: $user->name), 'lede' => 'Prices, activation code requests and product downloads are handled from the pages below.', 'crumbs' => [ ['label' => 'Home', 'url' => route('public.home')], ['label' => 'Partners Area'], ], ])
Company
{{ $user->company ?: '—' }}
Country
{{ $user->country ?: '—' }}
Status
{{ $user->partner_status ?: '—' }}
Products of interest
@forelse ($user->productsOfInterest as $product) {{ $product->name }}@if (! $loop->last), @endif @empty None selected. @endforelse
@if ($canPrices)

Prices

View your regional price list.

Open prices →
@endif @if ($canAc)

Activation codes

Submit and track activation code requests.

Open →
@endif @if ($canDownloads)

Downloads

Browse and download entitled product files.

Open downloads →
@endif

Profile

Update contact details and password.

Edit profile →
@if ($canSupport)

Support

Review your existing support requests.

Open support →
@endif @if ($canDistributorPartners)

Territory partners

Browse business partners in your assigned territories.

Open directory →
@endif
@endsection