@extends('backend.layouts.master') @section('content')

Create Document

{!! Form::model($document, ['method' => 'PATCH', 'action' => ['Admin\DocumentController@update', $document->id]])!!}
@include('backend.document.partial')
Browse
@if ($document->feature_file !="")
@else @endif {!! Form::hidden('feature_file', null) !!}
{!! Form::close() !!}
@endsection