@extends('admin.admin_dashboard') @section('content')
@foreach($po_facturas_detalle as $po_facturas_detalle) @endforeach
PO forma_pago metodo_pago Total Fecha Creación
{{$po_facturas_detalle->po}} {{$po_facturas_detalle->forma_pago}} {{$po_facturas_detalle->metodo_pago}} {{$po_facturas_detalle->total}} {{$po_facturas_detalle->created_at}}
@endsection