@extends('layouts.admin') @section('styles') @endsection @section('content')
VALOR TOTAL: Q. {{number_format($cuadre->monto, 2)}}
FECHA DE REGISTRO: {{$cuadre->created_at}}
NUMERO DE REFERENCIA: {{$b->referencia}}
CONCEPTO: {{$b->concepto}}
ACEPTADO: {{$b->acept}}
TIPO: {{$b->user->tipo}}