@extends('layouts.admin') @section('title','Correspondencia Archivada') @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 ACCIONES
{{$documento->id}} {{$documento->ruta}} {{$documento->referencia}} {{$documento->remite}} {{$documento->estado}} {!! Form::open(['route'=>['documentos.destroy',$documento], 'method'=>'DELETE']) !!} {!! Form::close() !!}
{{-- --}}
@endsection @section('scripts') {!! Html::script('melody/js/data-table.js') !!} @endsection