@extends('layouts.recibos') @section('logo')
{{config('app.name', 'DeCoDev')}}
{{config('app.name')}}

{{config('app.direccion')}}

Teléfono: {{config('app.telefono')}}

Email: {{config('app.email')}}

@endsection @section('content')

DATOS DE RECIBO

MOVIMIENTO DE CAJA: CSB #00{{$caja->id}}

FECHA DE REGISTRO: {{$caja->created_at}}

VALOR: Q. {{number_format($caja->valor, 2)}}

DESCRIPCION: {{$caja->descripcion}}

@endsection @section('texto')

{{config('app.name')}} / {{config('app.slogan')}}

@endsection