@extends('guard.layouts.app') @section('title', $category->name) @section('content')
@foreach (json_decode($category->image, true) as $image) Product images @endforeach
Sản Phẩm

{{ $category->name }}

{!! $category->note !!}


Tồn Kho
{{ number_format($category->products->where('status', 'selling')->count()) }}
Giá Tiền: {{ number_format($category->price) }} VNĐ
{!! $category->description !!}
@endsection @section('script') @endsection