UI
This commit is contained in:
parent
d67636e11a
commit
f6121d69cb
@ -133,13 +133,15 @@
|
|||||||
>{!! $details->clinical_diagnosis !!}</div class="tw_ed">
|
>{!! $details->clinical_diagnosis !!}</div class="tw_ed">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="btn btn-primary btn-lg" type="submit">Save</button>
|
<button class="btn btn-primary btn-lg text-end" type="submit">Save</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="col-4">
|
<div class="col-4">
|
||||||
<h4>Attachments</h4>
|
|
||||||
|
<div class="mb-4">
|
||||||
|
<h5>Attachments</h5>
|
||||||
|
|
||||||
<!-- Dropzone area -->
|
<!-- Dropzone area -->
|
||||||
<form action="{{ route('staff.attachment.upload', $study->hash) }}" class="dropzone needsclick"
|
<form action="{{ route('staff.attachment.upload', $study->hash) }}" class="dropzone needsclick"
|
||||||
@ -153,6 +155,7 @@
|
|||||||
<input name="file" type="file"/>
|
<input name="file" type="file"/>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- List of uploaded files -->
|
<!-- List of uploaded files -->
|
||||||
@include('staff.history.partials._uploaded-studies-list', ['study' => $study, 'allow_delete' => true])
|
@include('staff.history.partials._uploaded-studies-list', ['study' => $study, 'allow_delete' => true])
|
||||||
|
Loading…
Reference in New Issue
Block a user