@extends('layouts.default') @section('title', 'Pricing') @section('content')
@if (Auth::check()) @if (Auth::user()->isSuperAdmin() || Auth::user()->isTenant() || Auth::user()->isAdmin())
@endif @endif @if (isLoggedIn()) You will only see plans that are greater than your current plan. @endif

{{ $pricing_content->hero_section_title ?? 'Choose the best plan for yourself' }}

{{ $pricing_content->hero_section_p ?? 'Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet.' }}

@if (domain($_SERVER['HTTP_HOST'])->company_name == 'Nlsalumni') @if (Auth::check()) @if (!Auth::user()->senior())
@endif @else
@endif @else
@endif
@if (domain($_SERVER['HTTP_HOST'])->company_name == 'Nlsalumni') @if (Auth::check()) @if (Auth::user()->senior())
@php $senior_packages = []; if (isset($senior_category)) { $senior_packages = App\Models\Package::where('package_category_id', $senior_category->id) ->orderBy('price', 'asc') ->get(); } @endphp @forelse ($senior_packages as $package)
{{ $package->name }}

STARTING AT

NGN {{ number_format($package->price, 2) }}

@if ($package->validity == 'Years') @if ($package->duration > 0 && $package->duration < 2) Annually @elseif($package->duration > 1) Every {{ $package->duration }} Years @endif @elseif($package->validity == 'Months') @if ($package->duration > 0 && $package->duration < 2) Monthly @elseif($package->duration > 1) Every {{ $package->duration }} Months @endif @elseif($package->validity == 'Days') @if ($package->duration > 0 && $package->duration < 2) Daily @elseif($package->duration > 1) @if ($package->price < 1) {{ $package->duration }} Days only @else Every {{ $package->duration }} Days @endif @endif @endif @if ($package->recommended == 1)

Recommended

@else


@endif @if ($package->price < 1) Start for free @else Get started @endif
    @php $features = ''; if (isset($package->features) && !empty($package->features)) { $features = json_decode($package->features); } @endphp @forelse ($features as $feature)
  • {{ $feature }}
  • @empty
  • No features available
  • @endforelse
@empty @endforelse
@else
@forelse ($package_categories as $package_category)
@php $packages = App\Models\Package::where('package_category_id', $package_category->id) ->orderBy('price', 'asc') ->get(); @endphp @forelse ($packages as $package)
{{ $package->name }}

STARTING AT

NGN {{ number_format($package->price, 2) }}

@if ($package->validity == 'Years') @if ($package->duration > 0 && $package->duration < 2) Annually @elseif($package->duration > 1) Every {{ $package->duration }} Years @endif @elseif($package->validity == 'Months') @if ($package->duration > 0 && $package->duration < 2) Monthly @elseif($package->duration > 1) Every {{ $package->duration }} Months @endif @elseif($package->validity == 'Days') @if ($package->duration > 0 && $package->duration < 2) Daily @elseif($package->duration > 1) @if ($package->price < 1) {{ $package->duration }} Days only @else Every {{ $package->duration }} Days @endif @endif @endif @if ($package->recommended == 1)

Recommended

@else


@endif @if ($package->price < 1) Start for free @else Get started @endif
    @php $features = ''; if (isset($package->features) && !empty($package->features)) { $features = json_decode($package->features); } @endphp @forelse ($features as $feature)
  • {{ $feature }}
  • @empty
  • No features available
  • @endforelse
@empty {{--

hello world

--}} {{-- @if (Auth::check())
No Upgradable plan found
@else
No plan found
@endif --}} @endforelse
@empty
@forelse ($other_packages as $package)
{{ $package->name }}

STARTING AT

NGN {{ number_format($package->price, 2) }}

@if ($package->validity == 'Years') @if ($package->duration > 0 && $package->duration < 2) Annually @elseif($package->duration > 1) Every {{ $package->duration }} Years @endif @elseif($package->validity == 'Months') @if ($package->duration > 0 && $package->duration < 2) Monthly @elseif($package->duration > 1) Every {{ $package->duration }} Months @endif @elseif($package->validity == 'Days') @if ($package->duration > 0 && $package->duration < 2) Daily @elseif($package->duration > 1) @if ($package->price < 1) {{ $package->duration }} Days only @else Every {{ $package->duration }} Days @endif @endif @endif @if ($package->recommended == 1)

Recommended

@else


@endif @if ($package->price < 1) Start for free @else Get started @endif
    @php $features = ''; if (isset($package->features) && !empty($package->features)) { $features = json_decode($package->features); } @endphp @forelse ($features as $feature)
  • {{ $feature }}
  • @empty
  • No features available
  • @endforelse
@empty @endforelse
@endforelse
@endif @else
@forelse ($package_categories as $package_category)
@php $packages = App\Models\Package::where('package_category_id', $package_category->id) ->orderBy('price', 'asc') ->get(); @endphp @forelse ($packages as $package)
{{ $package->name }}

STARTING AT

NGN {{ number_format($package->price, 2) }}

@if ($package->validity == 'Years') @if ($package->duration > 0 && $package->duration < 2) Annually @elseif($package->duration > 1) Every {{ $package->duration }} Years @endif @elseif($package->validity == 'Months') @if ($package->duration > 0 && $package->duration < 2) Monthly @elseif($package->duration > 1) Every {{ $package->duration }} Months @endif @elseif($package->validity == 'Days') @if ($package->duration > 0 && $package->duration < 2) Daily @elseif($package->duration > 1) @if ($package->price < 1) {{ $package->duration }} Days only @else Every {{ $package->duration }} Days @endif @endif @endif @if ($package->recommended == 1)

Recommended

@else


@endif @if ($package->price < 1) Start for free @else Get started @endif
    @php $features = ''; if (isset($package->features) && !empty($package->features)) { $features = json_decode($package->features); } @endphp @forelse ($features as $feature)
  • {{ $feature }}
  • @empty
  • No features available
  • @endforelse
@empty @endforelse
@empty
@forelse ($other_packages as $package)
{{ $package->name }}

STARTING AT

NGN {{ number_format($package->price, 2) }}

@if ($package->validity == 'Years') @if ($package->duration > 0 && $package->duration < 2) Annually @elseif($package->duration > 1) Every {{ $package->duration }} Years @endif @elseif($package->validity == 'Months') @if ($package->duration > 0 && $package->duration < 2) Monthly @elseif($package->duration > 1) Every {{ $package->duration }} Months @endif @elseif($package->validity == 'Days') @if ($package->duration > 0 && $package->duration < 2) Daily @elseif($package->duration > 1) @if ($package->price < 1) {{ $package->duration }} Days only @else Every {{ $package->duration }} Days @endif @endif @endif @if ($package->recommended == 1)

Recommended

@else


@endif @if ($package->price < 1) Start for free @else Get started @endif
    @php $features = ''; if (isset($package->features) && !empty($package->features)) { $features = json_decode($package->features); } @endphp @forelse ($features as $feature)
  • {{ $feature }}
  • @empty
  • No features available
  • @endforelse
@empty @endforelse
@endforelse
@endif @else
@forelse ($package_categories as $package_category)
@php if (isLoggedIn()) { $packages_ = App\Models\Package::where('package_category_id', $package_category->id) ->where('price', '>', myPackagePrice()) ->orderBy('price', 'asc') ->get(); $packages = App\Models\Package::where('package_category_id', $package_category->id) ->orderBy('price', 'asc') ->get(); } else { $packages = App\Models\Package::where('package_category_id', $package_category->id) ->orderBy('price', 'asc') ->get(); } @endphp @if (isLoggedIn()) @if (Auth::user()->isTenant()) @forelse ($packages as $package)
{{ $package->name }}

STARTING AT

NGN {{ number_format($package->price, 2) }}

@if ($package->validity == 'Years') @if ($package->duration > 0 && $package->duration < 2) Annually @elseif($package->duration > 1) Every {{ $package->duration }} Years @endif @elseif($package->validity == 'Months') @if ($package->duration > 0 && $package->duration < 2) Monthly @elseif($package->duration > 1) Every {{ $package->duration }} Months @endif @elseif($package->validity == 'Days') @if ($package->duration > 0 && $package->duration < 2) Daily @elseif($package->duration > 1) @if ($package->price < 1) {{ $package->duration }} Days only @else Every {{ $package->duration }} Days @endif @endif @endif @if ($package->recommended == 1)

Recommended

@else


@endif
    @php $features = ''; if (isset($package->features) && !empty($package->features)) { $features = json_decode($package->features); } @endphp @forelse ($features as $feature)
  • {{ $feature }}
  • @empty
  • No features available
  • @endforelse
@empty
No Plan found
@endforelse @else @forelse ($packages_ as $package)
{{ $package->name }}

STARTING AT

NGN {{ number_format($package->price, 2) }}

@if ($package->validity == 'Years') @if ($package->duration > 0 && $package->duration < 2) Annually @elseif($package->duration > 1) Every {{ $package->duration }} Years @endif @elseif($package->validity == 'Months') @if ($package->duration > 0 && $package->duration < 2) Monthly @elseif($package->duration > 1) Every {{ $package->duration }} Months @endif @elseif($package->validity == 'Days') @if ($package->duration > 0 && $package->duration < 2) Daily @elseif($package->duration > 1) @if ($package->price < 1) {{ $package->duration }} Days only @else Every {{ $package->duration }} Days @endif @endif @endif @if ($package->recommended == 1)

Recommended

@else


@endif @if ($package->price < 1) Start for free @else Get started @endif
    @php $features = ''; if (isset($package->features) && !empty($package->features)) { $features = json_decode($package->features); } @endphp @forelse ($features as $feature)
  • {{ $feature }}
  • @empty
  • No features available
  • @endforelse
@empty
No upgradable plan found
@endforelse @endif @else @forelse($packages as $package)
{{ $package->name }}

STARTING AT

NGN {{ number_format($package->price, 2) }}

@if ($package->validity == 'Years') @if ($package->duration > 0 && $package->duration < 2) Annually @elseif($package->duration > 1) Every {{ $package->duration }} Years @endif @elseif($package->validity == 'Months') @if ($package->duration > 0 && $package->duration < 2) Monthly @elseif($package->duration > 1) Every {{ $package->duration }} Months @endif @elseif($package->validity == 'Days') @if ($package->duration > 0 && $package->duration < 2) Daily @elseif($package->duration > 1) @if ($package->price < 1) {{ $package->duration }} Days only @else Every {{ $package->duration }} Days @endif @endif @endif @if ($package->recommended == 1)

Recommended

@else


@endif @if ($package->price < 1) Start for free @else Get started @endif
    @php $features = ''; if (isset($package->features) && !empty($package->features)) { $features = json_decode($package->features); } @endphp @forelse ($features as $feature)
  • {{ $feature }}
  • @empty
  • No features available
  • @endforelse
@empty
No Plan found
@endif @endif
@empty
@forelse ($other_packages as $package)
{{ $package->name }}

STARTING AT

NGN {{ number_format($package->price, 2) }}

@if ($package->validity == 'Years') @if ($package->duration > 0 && $package->duration < 2) Annually @elseif($package->duration > 1) Every {{ $package->duration }} Years @endif @elseif($package->validity == 'Months') @if ($package->duration > 0 && $package->duration < 2) Monthly @elseif($package->duration > 1) Every {{ $package->duration }} Months @endif @elseif($package->validity == 'Days') @if ($package->duration > 0 && $package->duration < 2) Daily @elseif($package->duration > 1) @if ($package->price < 1) {{ $package->duration }} Days only @else Every {{ $package->duration }} Days @endif @endif @endif @if ($package->recommended == 1)

Recommended

@else


@endif @if ($package->price < 1) Start for free @else Get started @endif
    @php $features = ''; if (isset($package->features) && !empty($package->features)) { $features = json_decode($package->features); } @endphp @forelse ($features as $feature)
  • {{ $feature }}
  • @empty
  • No features available
  • @endforelse
@empty @endforelse
@endforelse
@endif
@include('elements.pricing-hero') @endsection