@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') }}
@php($language = \App\CentralLogics\Helpers::get_business_settings('language'))
@csrf

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

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

@if ($language) @endif
@if ($language)
@foreach ($language??[] as $key => $lang)
@endforeach @else
@endif
@if ($language) @foreach ($language??[] as $key => $lang)
@endforeach @endif
Product thumbnail
Product thumbnail
img {{ translate('Please place the marker inside the available zones.') }}
|

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

@include('partials._custom-inputs')

{{ translate('messages.Business TIN') }}

{{translate('TIN Certificate')}}

{{translate('pdf, doc, jpg. File size : max 2 MB')}}

{{ translate('Select a file or') }} {{ translate('Drag & Drop') }} {{ translate('here') }}

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

{{ translate('messages.password_not_matched') }}
{{ translate('messages.password_not_matched') }}
@if (\App\CentralLogics\Helpers::subscription_check() != 1) @else @endif
@if (\App\CentralLogics\Helpers::subscription_check())

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

@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') }}

@endif
@endsection @push('script_2') @php($default_location = \App\Models\BusinessSetting::where('key', 'default_location')->first()) @php($default_location = $default_location->value ? json_decode($default_location->value, true) : 0) @endpush