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

CONVENIOS

@foreach ($convenio as $c) @endforeach
ESTUDIANTE GRADO FECHA DE PAGO VALOR
{{$c->estudiante->nombre}} {{$c->estudiante->grado->nombre}}, SECCION: {{$c->estudiante->grado->seccion}} {{$c->f_pago}} Q. {{number_format($c->valor, 2)}}
@endsection