Browse Source

fixed npx

= 2 years ago
parent
commit
314c377d6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/layouts/patient.blade.php

+ 1 - 1
resources/views/layouts/patient.blade.php

@@ -410,7 +410,7 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
 										<div class="form-group">
 											<label class="control-label">Company </label>
 											<select name="companyUid" class="form-control">
-                                                @if($companies)
+                                                @if(isset($companies))
 												@foreach($companies as $company)
 												<option value="{{$company->uid}}">{{$company->name}}</option>
 												@endforeach