@extends('listing.listing') @section('table') Cliente Máquina No. serie @foreach ($ventas as $venta) {{$venta->cliente->name}} @if(!is_null($venta->maquina)) {{$venta->maquina->name}} {{$venta->maquina->serialNumber}} @else No hay máquina No hay máquina @endif Agendar @endforeach @endsection