@extends('layouts.app') @section('title', 'Cuadraturas') @section('subtitle', 'Comparar stock sistema vs físico y registrar diferencias') @section('content')
| Turno | Bodega | Bodeguero | Teórico | Físico | Diferencia | Estado |
|---|---|---|---|---|---|---|
| {{ $q->shift_label ?? 'Turno' }} | {{ $q->warehouse->name ?? '' }} | {{ $q->user->name ?? '' }} | {{ $q->theoretical }} | {{ $q->physical }} | {{ $q->difference }} | {{ $q->status }} |
| Sin cuadraturas registradas. | ||||||