Skip to content

Commit c57042b

Browse files
committed
Change /issues/547
1 parent d6f94da commit c57042b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/views/admin/factory-index.blade.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
<span class="input-group-text"><i class="fas fa-globe-africa"></i></span>
7676
</div>
7777
<select id="country" name="country" class="form-control">
78+
@if($Factory->country)
79+
<option value="{{ $Factory->country }}">{{ $Factory->country }}</option>
80+
@endif
7881
<option value="Afghanistan">Afghanistan</option>
7982
<option value="Åland Islands">Åland Islands</option>
8083
<option value="Albania">Albania</option>
@@ -487,7 +490,7 @@
487490
<x-adminlte-card title="{{ __('general_content.picture_trans_key') }}" theme="warning" collapsible maximizable>
488491
@if($Factory->picture)
489492
<div class="row">
490-
<img src="{{ asset('/images/factory/'. $Factory->picture) }}" alt="Product Image">
493+
<img src="{{ asset('/images/factory/'. $Factory->picture) }}" style="width:100%;height: auto;" alt="Factory Image" >
491494
</div>
492495
@endif
493496
<div class="row">

0 commit comments

Comments
 (0)