@extends('layouts.admin') @section('styles') @endsection @section('content')

PAGO DE FACTURAS

@can('pagosfactura_store') @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