@extends('layouts.admin') @section('title','Concluidos') @section('styles') @endsection @section('create') @endsection @section('options') @endsection @section('preference') @endsection @section('content')
@for($i=0;$i<=$j;$i++) @foreach ($documentos[$i] as $documento) @endforeach @endfor
Id HDR CITE REMITENTE ESTADO FECHA
{{$documento->id}} {{$documento->ruta}} {{$documento->referencia}} {{$documento->remite}} {{$documento->estado}}
@endsection @section('scripts') {!! Html::script('melody/js/data-table.js') !!} @endsection