@extends('layouts.app') @section('template_title') {{ $venta->name ?? 'Show Venta' }} @endsection @section('content')
Descripci��n Detallada Venta x Cultivo Volver
  • @foreach($ventacreada as $ventacrea) @endforeach
  • Producto
    @foreach($prodused as $prod) @endforeach
    Participacion total: {{$sumparticipacion}}%
    • @foreach($culused as $cult)
      • @foreach($bbused as $bbuse) @if ($cult->id_cult_use == $bbuse->blancobiologico_cultivo_id)
      • @endif @endforeach
    • @endforeach
@endsection