@extends('admin.template') @section('styles') @endsection @section('content') Filtros: @csrf Fecha Inicial Fecha Final Tipo de Documento TODOS @foreach ($type_documents as $type_document) {{ $type_document->descripcion }} @endforeach Buscar Buscando... PDF Excel Se encontraron 0 registros Documento Proveedor Soles Fecha Documento RUC / DNI Razón Social Exonerada Gravada Inafecta IGV Importe @endsection @section('scripts') @include('admin.reports.purchases.general.js-home') @endsection