{{-- extend layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title', 'Referencias') {{-- vendor styles --}} @section('vendor-style') @endsection {{-- page styles --}} @section('page-style') @endsection {{-- page content --}} @section('content') @include('pages.productos.modals.products-modal')
@isset($products) @forelse ($products as $product) @empty @endforelse @endisset
IMAGEN NOMBRE COLOR DESCRIPCIÓN ACCIONES
{{ $product->name }} {{ $product->description }}
@endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page scripts --}} @section('page-script') @endsection