@include('backend/include/custom') @include('backend/include/head') @include('backend/include/datatableajax/tablelink') Website Settings
@include('backend/include/sidebar') @include('backend/include/header')
@csrf
Basic Information
Contact Information
Social Media Links
Basic URL
SEO Settings
Media & Other Settings
Footer Content
multipal_attempt_status ?? 0) == 1 ? 'checked' : '' }} name="multipal_attempt_status">
login_with_opt_apply ?? 0) == 1 ? 'checked' : '' }} name="login_with_opt_apply">
otp_defalut_status ?? 0) == 1 ? 'checked' : '' }} name="otp_defalut_status">
otp_defalutemail_status ?? 0) == 1 ? 'checked' : '' }} name="otp_defalutemail_status">

User

user_multipal_attempt_status ?? 0) == 1 ? 'checked' : '' }} name="user_multipal_attempt_status">
user_login_with_opt_apply ?? 0) == 1 ? 'checked' : '' }} name="user_login_with_opt_apply">
@php // Decode saved services, default empty array $selectedServices = json_decode($website->services ?? '[]', true); @endphp
@for($i = 1; $i <= 4; $i++) @php // Section-wise selected value (zero-based index) $selectedValue = $selectedServices[$i-1] ?? null; @endphp
@endfor

@php // Decode service → subservice mapping $selectedServices = json_decode($website->home_services ?? '{}', true); @endphp
@for($i = 1; $i <= 4; $i++) @php // Service IDs list $serviceId = array_keys($selectedServices)[$i-1] ?? ''; $subserviceId = $serviceId ? $selectedServices[$serviceId] : ''; @endphp
Subservice Section {{ $i }}
@endfor
@if(permission(session('SUPERADMIN_ID'), '2', 'action_edit')) @endif
@include('backend/include/footer') @include('backend/include/subservicebychildservice/subservicebychildservice') @include('backend/include/datatableajax/tablescript')