@extends('layouts.app') @section('title') Products @endsection @section('css') @endsection @section('content')
@include('partials.products')
Categories
@foreach ($global->categories as $category)
{{ $category->name }}
@foreach ($category->subcategories as $subcategory)
category_id) or ($subcategory_id and $subcategory_id == $subcategory->id) or (!$category_id and !$subcategory_id)) checked @endif>
@endforeach
@endforeach
Price
MYR 10.00
MYR 500.00
@endsection @section('js') @endsection