@extends('layouts.web') @section('page-title', 'Edición de Documento')) @section('content')

Registro de Autoridades
nuevo


{!! Form::open(['method'=>'PUT','route' => array('documentos.update',$documento->id), 'files' => true, 'id' => 'documento-form']) !!}
{{Form::label($nameInput, $nameObj,['class'=>'control-label datepicker','data-provide'=>'datepicker'])}} {{Form::text($nameInput, $documento->publish_up, ['id'=>$nameInput,'placeholder'=>$nameObj,'class'=>'form-control datepicker', 'required' => 'required'])}} @if($errors->first($nameInput))
{{ $errors->first($nameInput) }}
@endif
{{Form::label($nameInput, $nameObj,['class'=>'control-label'])}} {{Form::text($nameInput, $documento->title, ['id'=>$nameInput,'placeholder'=>$nameObj,'class'=>'form-control' ])}} @if($errors->first($nameInput))
{{ $errors->first($nameInput) }}
@endif
{{Form::label($nameInput, $nameObj,['class'=>'control-label'])}} {{Form::text($nameInput, $documento->description, ['id'=>$nameInput,'placeholder'=>$nameObj,'class'=>'form-control' ])}} @if($errors->first($nameInput))
{{ $errors->first($nameInput) }}
@endif

Archivo actual


Warning: Undefined variable $documento in /home/machareti/public_html/resources/views/web/documentos/edit.blade.php on line 37

Warning: Attempt to read property "type" on null in /home/machareti/public_html/resources/views/web/documentos/edit.blade.php on line 37

Fatal error: Uncaught Error: Call to undefined function url() in /home/machareti/public_html/resources/views/web/documentos/edit.blade.php:47 Stack trace: #0 {main} thrown in /home/machareti/public_html/resources/views/web/documentos/edit.blade.php on line 47