@extends('welcome') @section('seo_title', __('Plans & Pricing - For Companies')) @section('content')
{{__("Plans & Pricing for Companies")}}

{{__("For Companies")}}

{{__("Show that you care about your customers. Subscribe as a premium company and claim your page to take advantage of the membership. In order to signup simply find your company on our site and click on Claim Company")}}

{{__("Monthly")}}

{{opt('currency_symbol') . opt('monthly_price')}} {{__('/ month')}}
  • {{__('Manage One Company') }}
  • {{__("Email Notifications when someone posts a new review to your company")}}
  • {{__("Add your own company description")}}
  • {{__("No ADS on your company page")}}
  • {{__("Premium Company Badge")}}
  • {{__("Reply to Reviews in the name of your company")}}
@if(request()->has('company')) {{__("Get Monthly")}} @else {{__("Find your company and claim")}} @endif
{{__('MOST POPULAR') }}

{{__("Yearly")}}

{{opt('currency_symbol') . opt('yearly_price')}} {{__('/ year')}}
  • {{__('Manage One Company') }}
  • {{__("Email Notifications when someone posts a new review to your company")}}
  • {{__("Add your own company description")}}
  • {{__("No ADS on your company page")}}
  • {{__("Premium Company Badge")}}
  • {{__("Reply to Reviews in the name of your company")}}
@if(request()->has('company')) {{__("Get Yearly")}} @else {{__("Find your company and claim")}} @endif

{{__("6 Months")}}

{{opt('currency_symbol') . opt('six_months_price')}} {{__('/ 6 months')}}
  • {{__('Manage One Company') }}
  • {{__("Email Notifications when someone posts a new review to your company")}}
  • {{__("Add your own company description")}}
  • {{__("No ADS on your company page")}}
  • {{__("Premium Company Badge")}}
  • {{__("Reply to Reviews in the name of your company")}}
@if(request()->has('company')) {{__("Get 6 Months")}} @else {{__("Find your company and claim")}} @endif
@endsection