@extends('layouts.master') @section('contents')

{{ __('website.recommendations_features') }}

  • ✅ {{ __('website.recommendations_features_1') }}
  • ✅ {{ __('website.recommendations_features_2') }}
  • ✅ {{ __('website.recommendations_features_3') }}
  • ✅ {{ __('website.recommendations_features_4') }}
  • ✅ {{ __('website.recommendations_features_5') }}
  • ✅ {{ __('website.recommendations_features_6') }}

{{ __('website.join') }}

@if (!empty($packages) && $packages->count() > 0)

{{ __('website.system_choice_package') }}

{{ __('website.system_package_welcome') }}

@foreach ($packages as $package) @if($package->category && $package->category->type === 'recommendation') @endif @endforeach
@endif @endsection