{{ __('adv.model_details') }}
{{-- Model Age (photo group) --}}
@foreach(['Teen','Young Adult','Adult','Mature'] as $v)
@php $slug = Str::slug($v) @endphp
{{ __('model_age.'.$v) }}
@endforeach
{{-- Body Type (photo group) --}}
@foreach(['Slim','Athletic','Average','Plus Size'] as $v)
@php $slug = Str::slug($v) @endphp
{{ __('body_type.'.$v) }}
@endforeach
{{-- Hair Style (photo group) --}}
@foreach(['Long Straight','Wavy','Curly','Bun','Ponytail','Short Hair','Hijab'] as $v)
@php $slug = Str::slug($v) @endphp
{{ __('hair.'.$v) }}
@endforeach
{{-- Makeup (photo group) --}}
@foreach(['Natural','Soft Glam','Full Glam','Bridal','Editorial','No Makeup'] as $v)
@php $slug = Str::slug($v) @endphp
{{ __('makeup.'.$v) }}
@endforeach
{{-- Expression (photo group) --}}
@foreach(['Smile','Confident','Serious','Joyful','Neutral','Playful','Luxury'] as $v)
@php $slug = Str::slug($v) @endphp
{{ __('expression.'.$v) }}
@endforeach
{{-- Footwear (photo group) --}}
@foreach(['Heels','Sandals','Sneakers','Loafers','Formal Shoes','Traditional Sandals','Barefoot','Not Visible'] as $v)
@php $slug = Str::slug($v) @endphp
{{ __('footwear.'.$v) }}
@endforeach