@extends('layouts.dash'.(($mode_frame)?'_pop':''))
@section('title') Document @stop
@section('content')
@if ($errors)
@foreach ($errors->all() as $error)
{{ html()->modelForm($document, 'PUT', url('allocataires_update_documents/'.$document->id))->attributes(['files'=>'true','enctype'=>'multipart/form-data'])->open() }}
@include("documents.content")
{{ html()->closeModelForm() }}
@stop
@section('scripts0')
@include("documents.scripts_documents")
@stop