@extends('layouts.admin') @section('styles')
@endsection @section('content')
PAGO DE FACTURAS
@can('pagosfactura_store')
NUEVO PAGO DE FACTURA
PAGO DE FACTURA
×
@csrf
FACTURA
VALOR
FECHA DE PAGO
DESCRIPCION
@endcan @foreach($facturas as $fac) @endforeach
FACTURA
DESCRIPCION
VALOR
FECHA DE PAGO
ACCION
{{$fac->factura}}
{{$fac->descripcion}}
{{$fac->valor}}
{{$fac->fecha_pago}}
@can('pagosfactura_delete')
@csrf @method('DELETE')
@endcan
@endsection @section('scripts') @endsection