@extends(Auth::check() && Auth::user()->role->layout == 1 ? 'layouts.admin' : 'layouts.employee') @section('head') @endsection @section('content')

{{trans('general.documentos')}}

{{trans('general.edit')}} {{trans('general.documento')}}

{!! Form::model($download, ['method' => 'PATCH', 'url' => 'downloads/'.$download->id, 'files' => 'true']) !!} {!! Form::hidden('id', $download->id) !!} @include('downloads.form') {!! Form::close() !!}
@endsection @section('foot') @endsection