@extends('layouts.landing.app') @section('title', translate('messages.restaurant_registration')) @push('css_or_js') @endpush @section('content')

{{ translate('messages.Restaurant_registration_application') }}

{{translate('General Information')}}
{{translate('Business Plan')}}
{{translate('Complete')}}

{{ translate('messages.business_plans') }}

@csrf

@if (count($packages) > 0 && \App\CentralLogics\Helpers::commission_check()) {{ translate('Choose Your Business Plan') }} @elseif (!count($packages) && !\App\CentralLogics\Helpers::commission_check()) {{ translate('No business plan is available') }} @else {{ translate('Your Business Plan') }} @endif

@if ( \App\CentralLogics\Helpers::commission_check())
@endif @if (count($packages) > 0)
@endif @if ( !\App\CentralLogics\Helpers::commission_check() && !count($packages) )
public
@endif

{{ translate('Choose Subscription Package') }}

@endsection @push('script_2') @endpush