@extends('web.layouts.layout') @section('content') @include('web.pages.components.header.header') {{__('web.main_category')}} @foreach($categories as $row) id == $category_id ? 'selected' : ''}} value="{{$row->id}}">{{$row->title}} @endforeach {{__('web.sub_category')}} @foreach($sub_categories as $row) {{$row->title}} @endforeach {{__('web.orderBy')}} {{__('web.newest')}} {{__('web.oldest')}} {{__('web.priceDesc')}} {{__('web.priceAsc')}} @endsection @section('inject_js') @endsection