@extends('layouts.app') @section('style') @endsection @section('content')

Lista de relleno

@forelse($products as $product) @empty

no hay relleno

@endforelse
Foto Categoría Producto precio de venta Unidad Relleno Estado
photo {{ $product['name'] }} {{ $product['product'] }} {{ preg_replace('/\B(?=(\d{3})+(?!\d))/',',',$product['sale_price']) }} {{ $product['unit'] }} @if($product['filling']) Yes @else No @endif @if($product['product_status'] == 'active') {{ ucfirst($product['product_status']) }} @else {{ ucfirst($product['product_status']) }} @endif
@endsection @push('scripts') @endpush