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

REGISTRAR NUEVO RECIBO

@csrf @method('PUT')

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
@error('monto')
{{ $message }}
@enderror
@if ($errors->has('cliente')) {{ $errors->first('cliente') }} @endif

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