|
@@ -38,7 +38,7 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
@foreach($patient->handouts($note) as $handout)
|
|
|
- <?php $downloadLink = env('APP_URL') . "/guest/handout/{$handout->handout_client_uid}"; ?>
|
|
|
+ <?php $downloadLink = config('app.url') . "/guest/handout/{$handout->handout_client_uid}"; ?>
|
|
|
<tr>
|
|
|
<td>{{$handout->internal_name}}</td>
|
|
|
<td>{{$handout->display_name}}</td>
|