{{ __('Workshops Registration') }}

@if (session()->has('success'))
{{ session('success') }}
@endif
@error('parent_name')

{{ $message }}

@enderror
@error('child_name')

{{ $message }}

@enderror
@error('child_age')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('phone')

{{ $message }}

@enderror
@php $workshops = \App\Models\WorkshopsDetailsModel::first(); // Fetch the first row of workshop details $locale = app()->getLocale(); // Get the current language @endphp @if($workshops) @foreach(range(1, 10) as $i) @php $workshopField = "workshop_{$i}_" . ($locale === 'ar' ? 'ar' : 'en'); // Select Arabic or English $workshopLabel = $workshops->$workshopField ?? null; // Get the correct language @endphp @if($workshopLabel) @endif @endforeach @else

{{ __('No workshops available at the moment.') }}

@endif
@error('workshop_details')

{{ $message }}

@enderror
@error('message')

{{ $message }}

@enderror

{{ __('We are happy to have your registration and will get back to you shortly.') }}

Inquiry image
@foreach (App\Helpers\SocialLinkHelper::getSocialMedia($onlyActive = true) as $key => $social) @svg($social['svg'] ?? 'circle', 'size-6') @endforeach