@extends('layouts.backend.template') @push('styles') @endpush @section('content')
Diversas opciones de manejo de contabilidad por EPS
| EPS | Pendientes | Pagadas | Total Pendiente | Opciones | @if (count($rows['eps_id']) > 0) @foreach($rows['eps_id'] as $key => $row)|
|---|---|---|---|---|---|
| {!! $rows['eps_name'][$key] !!} | {!! $rows['pending'][$key] !!} | {!! $rows['paid'][$key] !!} | $ {!! number_format($rows['pending_amount'][$key], 2, ",", ".") !!} | {{--{!! \Carbon\Carbon::parse($authorization->created_at)->format("d/m/Y") !!} | --}}@role('admin') @if($rows['pending_amount'][$key] <= 0) Sin facturas @else Detalles @endif @endrole |