@extends('layouts.admin.app') @section('title', translate('messages.Create New Provider')) @push('css_or_js') @endpush @section('content')
@php($language = \App\Models\BusinessSetting::where('key', 'language')->first()?->value ?? null)
@csrf

1{{translate('Business Basic Setup')}}

2{{translate('Business Plan Setup')}}

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

{{ translate('messages. Insert the basic information of the provider ') }}

@if ($language) @endif @if ($language)
@foreach (json_decode($language) as $lang)
@endforeach @else
@endif
@php($logo = \App\Models\BusinessSetting::where('key', 'logo')->first()) @php($logo = $logo->value ?? '')

{{ translate('JPG, JPEG, PNG Less Than 2MB') }} ({{ translate('Ratio 1:1') }})

@php($icon = \App\Models\BusinessSetting::where('key', 'icon')->first()) @php($icon = $icon->value ?? '')

{{ translate('JPG, JPEG, PNG Less Than 2MB') }}
({{ translate('Ratio 2:1') }})

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

{{ translate('messages.Insert the necessary information to operate the business') }}

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

{{ translate('messages.Add the information of the Owner who operate the business') }}

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

{{ translate('messages.Insert the necessary information to account information') }}

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

1{{ translate('messages.Business Basic Setup') }}

2{{ translate('messages.Business Plan Setup') }}

{{ translate('messages.Choose Business Plan') }}

{{ translate('messages.Pay per transaction or enjoy unlimited access with a subscription.') }}

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