@extends('layouts.admin') @section('estilos') @endsection @section('contenido') @include('admin.facturas.modals') Nueva factura Desde: Hasta: Cliente Todos @foreach ($clientes as $c) {{$c->pros_nombre}} @endforeach PENDIENTE Subtotal: $ 0 IVA: $ 0 $ 0 CANCELADO Subtotal: $ 0 IVA: $ 0 $ 0 PAGADO Subtotal: $ 0 IVA: $ 0 $ 0 TOTAL Subtotal: $ 0 IVA: $ 0 $ 0 @endsection @section('script') @endsection