@extends('layout') @section('content') @include('ventas.cotizaciones.modal-cliente') @section('caja-chica-active', 'active') @section('recibos_caja-active', 'active') @csrf

REGISTRAR NUEVO RECIBO

@if ($errors->any())
@endif
@csrf

Datos Generales

@if ($errors->has('fecha_documento')) {{ $errors->first('fecha_documento') }} @endif
@if ($errors->has('empresa')) {{ $errors->first('empresa') }} @endif
@if ($errors->has('fecha_atencion')) {{ $errors->first('fecha_atencion') }} @endif
@if ($pedido_entidad) @else @endif @error('monto')
{{ $message }}
@enderror
@if ($errors->has('cliente')) {{ $errors->first('cliente') }} @endif
@if ($pedido_entidad) @else @endif

Vista previa de la imagen
Vista previa de la imagen
Los campos marcados con asterisco () son obligatorios.
Regresar
@stop @push('styles') @endpush @push('scripts') @if(Session::has('recibo_caja_error')) @endif @endpush