@extends('layouts.default_layout') @section('stylesheet') @endsection @section('content') @if (Request::is('*products*')) @if(isset($request->subCategory)) @else @endif @if(isset($request->category)) @else @endif @if(isset($request->flavor)) @if($request->flavor != null) @else @endif @else @endif @if(isset($request->title)) @else @endif @endif
{{--@csrf--}}
{{----}}
@if(!empty($products) && $products->count()) @foreach($products as $product)
@endforeach @else
not found

No ice cream found

@endif
@endsection @section('script') @endsection