@extends('layout.layout') @section('footwear-request','active') @section('content')

@include('partials.breadcrumbs')

@include('partials.search-table')
@include('partials.product', ['type' => 'footwear', 'product' => $products, 'allSizes' => $allSizes, 'availableSizes' => $availableSizes])
@endsection @section('javascript') @endsection