@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