@php $lookingfor = App\Models\ProfileAttributeMeta::where('attribute_id', '17')->get(); $relationStatus = App\Models\ProfileAttributeMeta::where('attribute_id', '3')->get(); $religions = App\Models\ProfileAttributeMeta::where('attribute_id', '2')->where('is_delete', 0)->get(); // Religion $childrens = App\Models\ProfileAttributeMeta::where('attribute_id', '4')->where('is_delete', 0)->get(); // Children $appearances = App\Models\ProfileAttributeMeta::where('attribute_id', '9')->where('is_delete', 0)->get(); // Appearance $bodyTypes = App\Models\ProfileAttributeMeta::where('attribute_id', '8')->where('is_delete', 0)->get(); // Body Type $educations = App\Models\ProfileAttributeMeta::where('attribute_id', '25')->where('is_delete', 0)->get(); // Diploma $lengths = App\Models\ProfileAttributeMeta::where('attribute_id', '23')->where('is_delete', 0)->get(); // Lengte @endphp {{-- --}} @csrf {{ translate('Am Looking For') }} {{ translate('Male') }} {{ translate('Female') }} {{ translate('Relation Status') }} @foreach ($relationStatus as $relation) id ? 'selected' : '' }}> {{ $relation->name }} @endforeach {{ translate('Advance Search') }} @php $religionActiveStatus = App\Models\ProfileAttribute::where('id',2)->where('status',1)->first(); @endphp @if ($religionActiveStatus) {{ translate('Religion') }} @foreach ($religions as $religion) id ? 'selected' : '' }}> {{ translate($religion->name) }} @endforeach @endif @php $childrenActiveStatus = App\Models\ProfileAttribute::where('id',4)->where('status',1)->first(); @endphp @if ($childrenActiveStatus) {{ translate('Children') }} @foreach ($childrens as $children) id ? 'selected' : '' }}> {{ translate($children->name) }} @endforeach @endif @php $appearanceActiveStatus = App\Models\ProfileAttribute::where('id',9)->where('status',1)->first(); @endphp @if ($appearanceActiveStatus) {{ translate('Appearance') }} @foreach ($appearances as $appearance) id ? 'selected' : '' }}>{{ $appearance->name }} @endforeach @endif @php $bodyTypesActiveStatus = App\Models\ProfileAttribute::where('id',8)->where('status',1)->first(); @endphp @if ($bodyTypesActiveStatus) {{ translate('Body Type') }} @foreach ($bodyTypes as $bodyType) id ? 'selected' : '' }}>{{ $bodyType->name }} @endforeach @endif @php $educationActiveStatus = App\Models\ProfileAttribute::where('id',25)->where('status',1)->first(); @endphp @if ($educationActiveStatus) {{ translate('Education') }} @foreach ($educations as $education) id ? 'selected' : '' }}> {{ translate($education->name) }} @endforeach @endif @php $lengthActiveStatus = App\Models\ProfileAttribute::where('id',23)->where('status',1)->first(); @endphp @if ($lengthActiveStatus) {{ translate('Length') }} @foreach ($lengths as $length) id ? 'selected' : '' }}> {{ translate($length->name) }} @endforeach @endif {{ translate('Search') }} {{ translate('Logout') }} @csrf
{{ translate('Search') }}
{{ translate('Logout') }}