File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 75
75
<span class =" input-group-text" ><i class =" fas fa-globe-africa" ></i ></span >
76
76
</div >
77
77
<select id =" country" name =" country" class =" form-control" >
78
+ @if ($Factory -> country )
79
+ <option value =" {{ $Factory -> country } }" >{{ $Factory -> country } } </option >
80
+ @endif
78
81
<option value =" Afghanistan" >Afghanistan</option >
79
82
<option value =" Åland Islands" >Åland Islands</option >
80
83
<option value =" Albania" >Albania</option >
487
490
<x-adminlte-card title =" {{ __ (' general_content.picture_trans_key' ) } }" theme =" warning" collapsible maximizable >
488
491
@if ($Factory -> picture )
489
492
<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" >
491
494
</div >
492
495
@endif
493
496
<div class =" row" >
You can’t perform that action at this time.
0 commit comments