Skip to content

Commit

Permalink
fix:appointment map issue
Browse files Browse the repository at this point in the history
  • Loading branch information
itsemon245 committed Jun 29, 2024
1 parent 3579194 commit e5f007c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/views/backend/user/appointmentsApproved.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,16 @@ class="badge bg-success p-2">{{ $appointment->expertProfile?->post }}</span>
</td>
@if($appointment->map_id)
<td>
@if ($appointment->map)
<strong>Location: {{ $appointment->map->location }}</strong>
<strong class="d-block">Address:</strong>
<p class="text-muted">
{{ $appointment->map->address }}
</p>
@else
No branch selected
@endif

</td>
@else
<td>
Expand Down

0 comments on commit e5f007c

Please sign in to comment.