@extends('client.layouts.master') @section('title') Brand @endsection @section('css') @endsection @section('js') @endsection @section('content')
@include('client.components.sidebar')

{{ $brand->brand_name }}

@csrf
@foreach($products as $pro)

{{number_format($pro->product_price,0,',','.').' '.'VNĐ'}}

{{$pro->product_name}}

Add to cart

{{$pro->product_price}}

{{$pro->product_name}}

Add to cart
@endforeach
{{ $products->links() }}

$56

Easy Polo Black Edition

Add to cart
@endsection