@extends('Studio::studioDashboard') @section('title','Documents') @section('contentDashboard')

Documents: {{$model->username}}

@include('Studio::memberMenu', ['modelId' => $model->id, 'activeMenu' => 'documents'])
{!! Form::open(array('method' => 'POST', 'role' => 'form', 'enctype' => 'multipart/form-data')) !!}
@if($document && $document->idImage) @endif
@if($document && $document->idImage2) @endif
@if($document && $document->faceId) @endif
@if($document && $document->id) View @endif
{{Form::close()}}
@endsection