@extends('layout/principal') @section('titulo', 'Reportes') @section('content')
@csrf

Selecione los filtros a continuacion


@if ( $envio == 1)
@can('casino.reporte_resumen_excel') @endcan
@can('casino.reporte_detalle') @can('casino.reporte_detalle_excel') @endcan @endcan
@endif

@if (count($datos))
Resultados
@if (isset($datos[0]->empresa) ) @endif @if (isset($datos[0]->menu) ) @endif @foreach ($datos as $dato)
Warning: Undefined variable $id_empresa in /var/www/html/resources/views/casino/reporte/reporte.blade.php on line 94

Warning: Undefined variable $dato in /var/www/html/resources/views/casino/reporte/reporte.blade.php on line 97

Warning: Attempt to read property "id_empresa" on null in /var/www/html/resources/views/casino/reporte/reporte.blade.php on line 97

Warning: Undefined variable $dato in /var/www/html/resources/views/casino/reporte/reporte.blade.php on line 112

Warning: Attempt to read property "cantidad" on null in /var/www/html/resources/views/casino/reporte/reporte.blade.php on line 112
@endforeach @if (isset($datos[0]->empresa) ) @endif @if (isset($datos[0]->menu) ) @endif
FechaEmpresaMenu # Detalle
{{ $dato->fecha }} {{ $dato->empresa}} {{ $dato->menu}} {{$dato->cantidad }} @can('casino.reporte_detalle') @endcan
Total {{ $suma }}
@endif
@endsection @section('scripts') @endsection