Clientes

{{-- Search and List --}}
@forelse($clientes as $cliente) @empty @endforelse
Nombre Precio Actual (Ref) Acciones
{{ $cliente->nombre }} @if($cliente->es_local) Local Propio @endif {{ $cliente->precio_actual ? 'S/ ' . number_format($cliente->precio_actual, 2) : '-' }} Ver Detalle
No se encontraron clientes.
{{ $clientes->links() }}
{{-- Modal Add Cliente --}}

{{ __('Registrar Nuevo Cliente') }}

Márcalo si este "cliente" es en realidad un Local/Tienda de la empresa para habilitar el cuadre de inventario.