@extends('layouts.admin') @section('styles') @endsection @section('content')
{{ __('PAGOS FLOTANTES PENDIENTES') }}
@if ($vis)
@foreach ($data 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}}
@csrf @method('DELETE')
@csrf @method('PUT')
@endif
@endsection @section('scripts') @endsection