@extends('frontend.layout.alltalent_v1.new-template') @section('navigation') @include('frontend.layout.alltalent_v1.post-login') @endsection @section('content') Category @foreach ($cat_list as $item) {{$item->name}} @endforeach Category @if(!empty($_GET['category'])) @if(!empty($subCatList)) @foreach($subCatList as $sublst) {{$sublst->name}} @endforeach @else Sub-Category @endif @else Sub-Category @endif (00 Results) Advanced Filters Gender Gender @foreach ($gender as $g) {{ $g->name }} @endforeach Min Age Select Min Age @php $i=00; @endphp @for ($i=1; $i<=100; $i++) {{ $i }} @endfor Max Age Select Max Age @php $i=00; @endphp @for ($i=1; $i<=100; $i++) {{ $i }} @endfor @foreach ($physical_attributes as $physical) {{ $physical->label }} @if (in_array($physical->label,$single_attr)) Select @foreach ($physical->dropdown as $child) {{ $child->value }} @endforeach @else Min @foreach ($physical->dropdown as $child) {{ $child->value }} @endforeach Max @foreach ($physical->dropdown as $child) {{ $child->value }} @endforeach @endif @endforeach APPLY Reset Filters Reset Filters Sort By A-Z Z-A @endsection @section('script') @endsection