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

ABONOS REALIZADOS EN WEB

@foreach ($data as $estudiante) @endforeach
No ESTUDIANTES CUI TIPO BOLETA DESCRIPCION VALOR FECHA
{{ $estudiante->id }} {{ $estudiante->nombre }} {{ $estudiante->cui }} {{ $estudiante->tipo }} {{$estudiante->boleta}} {{ $estudiante->descripcion }} Q. {{ number_format($estudiante->valor, 2) }} {{ $estudiante->created_at }}
@endsection @section('scripts') @endsection