@extends('base') @section('content')
Filtros
Desde:
Hasta:
@if (ucwords($tipo)=='Servicios') Tipo cotización @else {{ucwords($tipo)}} @endif
@if ($all)
Todos
@endif @foreach ($selectables as $selectable)
{{$selectable->attr}}
@endforeach
@if ($esPorFactura)
Estado De Factura
Todos
@foreach ($estadosDocumentos as $estado)
{{$estado->attr}}
@endforeach
@endif
Generar Reporte PDF
{{--
--}}
Generar Reporte Excel
@section('extrajs') @endsection @endsection