@extends('layouts.backend.template') @push('styles') @endpush @section('content')

Contabilidad por EPS

Diversas opciones de manejo de contabilidad por EPS

{{--
Regresar
--}}

Facturas por EPS

@if (count($rows['eps_id']) > 0) @foreach($rows['eps_id'] as $key => $row) {{----}} {{--@include('authorization.delete_modal')--}} @endforeach @endif
EPS Pendientes Pagadas Total Pendiente Opciones
{!! $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
@endsection @push('scripts') @endpush