@extends('layouts.app') @section('title','التصفح السري') @section('content')

التصفح السري

ميزة متاحة لخطط Gold و Premium.

ما الذي يقدمه التصفح السري؟

ترقية للاستفادة من التصفح السري

@foreach(($plans ?? config('memberships.plans')) as $p) @if(in_array($p['slug'], ['gold','premium']))
{{ $p['name'] }}
{{ $p['duration_months'] ? $p['duration_months'].' شهر' : 'دائم' }}
${{ $p['price_usd'] }}
@csrf
@endif @endforeach
@php($incognito = (bool) (optional(Auth::user())->incognito_enabled))
@csrf
عرض كل الخطط
@endsection