@extends('layouts.admin') @section('content')

ABONOS DE ACTIVIDADES

ABONOS

@foreach ($abonos as $ab)

{{$ab->descripcion}}

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

@csrf @method('DELETE')
@endforeach

NUEVO ABONO

@csrf
@endsection