@extends('layouts.app') @section('template_title') {{ $venta->name ?? 'Show Venta' }} @endsection @section('content')
Descripci��n Detallada Venta x Cultivo
Volver
Descripcion de Venta x Cultivo
@foreach($ventacreada as $ventacrea)
@endforeach
Producto
@foreach($prodused as $prod)
@endforeach
Participacion total: {{$sumparticipacion}}%
@foreach($culused as $cult)
Cultivo
Participación
Dosis por hectarea en litros
Número de aplicaciones al año
@foreach($bbused as $bbuse) @if ($cult->id_cult_use == $bbuse->blancobiologico_cultivo_id)
Blanco biológico
@endif @endforeach
@endforeach
@endsection