@php
$filters = [
'' => 'Latest',
'popular_last_month' => 'Popular Last Month',
'popular_last_6months' => 'Popular 6 Last Months',
'highest_rated_last_month' => 'Highest Rated Last Month',
'highest_rated_last_6months' => 'Highest Rated Last 6 Months'
];
@endphp
@foreach ($filters as $key => $label)
{{ $label }}
@endforeach