@extends('layouts.admin') @section('styles') @endsection @section('content')
{{ __('PAGOS FLOTANTES PENDIENTES') }}
@foreach ($pagos as $f) @endforeach
Recibo Estudiante Tipo Valor Estado Descripcion Fecha
{{$f->factura}} {{$f->estudiante}} {{$f->tipo}} Q. {{number_format($f->valor, 2)}} {{$f->estado}} {{$f->descripcion}} {{$f->created_at}}
@endsection @section('scripts') @endsection