@extends('layouts.main.master') @section('title') {{$title}} @endsection @section('description') Danh sách {{$title}} @endsection @section('image') {{url(''.$banner[0]->image)}} @endsection @section('js') @endsection @section('css') @endsection @section('content')
@if (count($list) > 0) @foreach ($list as $item) @php $img = json_decode($item->images); @endphp
{{$item->name}}
@if ($item->price > 0) @if ($item->status_variant == 1) {{get_price_variant($item->id)}}₫ {{number_format($item->price)}}₫ @else {{number_format($item->discount)}}₫ {{number_format($item->price)}}₫ @endif @else Liên Hệ @endif
@endforeach @else

Nội dung đang cập nhật...

@endif
{{$list->links()}}
@endsection