Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SMEWebify committed Jul 10, 2024
1 parent 442aab5 commit a138fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/workflow/deliverys-show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
<span class="input-group-text"><i class="far fa-file"></i></span>
</div>
<div class="custom-file">
<input type="hidden" name="delivery_id" value="{{ $Delivery->id }}" >
<input type="hidden" name="deliverys_id" value="{{ $Delivery->id }}" >
<input type="file" name="file" accept="image/*" capture="camera" class="custom-file-input" id="chooseFile">
<label class="custom-file-label" for="chooseFile">{{ __('general_content.take_photo_trans_key') }}</label>
</div>
Expand Down

0 comments on commit a138fb2

Please sign in to comment.