@extends('layouts.admin') @section('title','Recibir') @section('styles') @endsection @section('options') @endsection @section('preference') @endsection @section('content')
@foreach ($documento as $documento) {!! Form::model($documento,['route'=>['documentos.update',$documento], 'method'=>'PUT','files' => true]) !!}
@endforeach Cancelar {!! Form::close() !!}
{{-- --}}
@endsection @section('scripts') {!! Html::script('melody/js/dropify.js') !!} @endsection