@extends('layout') @section('content')
@include('ventas.cotizaciones.modal-cliente')
@section('caja-chica-active', 'active')
@section('recibos_caja-active', 'active')
@csrf
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@stop
@push('styles')
@endpush
@push('scripts')
@if(Session::has('recibo_caja_error'))
@endif
@endpush