@extends('frontend.app') @section('content') Home Shop CATEGORIES @foreach($cats as $cat) {{ $cat->name}} @endforeach BRANDS @foreach($types as $type) {{ $type->name}} @endforeach SIZE @foreach($sizes as $size) {{ $size->title}} @endforeach All Reset Short by Latest Short by Oldest Short by Name Short by Price Low Short by Price High FILTER @endsection @push('js') @endpush