@extends('layouts.main') @push('nav_title') {{-- User--}} Enzy @endpush @section('page_title')

Products

@endsection @section('profile') @include('layouts/profile') @endsection @section('side_bar') @include('layouts/side_bar') @endsection @section('main_div')
Select Categories
@foreach($categories as $category) id, $selected_categories)) checked @endif /> @endforeach
Select Sizeing
{{--
--}} {{--
Select Color
--}} {{-- --}} {{--
--}}
@foreach($products as $product)
@if($product->quantity > 0) @else @endif
{{$product->name}}
{{$product->price}}
@endforeach
@include('layouts.cart')
@endsection