Commit d8b4cab 1 parent a2f9db8 commit d8b4cab Copy full SHA for d8b4cab
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ class="badge bg-success p-2">{{ $appointment->expertProfile?->post }}</span>
67
67
<span class =" badge bg-warning p-1 fs-6" >Yet to complete</span >
68
68
@endif
69
69
</td >
70
- @isset ($appointment -> map_id )
70
+ @if ($appointment -> map_id )
71
71
<td >
72
72
<strong >Location: {{ $appointment -> map -> location } } </strong >
73
73
<strong class =" d-block" >Address:</strong >
@@ -81,7 +81,7 @@ class="badge bg-success p-2">{{ $appointment->expertProfile?->post }}</span>
81
81
Virtual
82
82
</span >
83
83
</td >
84
- @endisset
84
+ @endif
85
85
<td >
86
86
<span class =" fw-bold" >
87
87
{{ $appointment -> created_at -> format (' d F, Y' ) } }
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ class="badge bg-success p-2">{{ $appointment->expertProfile?->post }}</span>
78
78
<span class =" badge bg-warning p-1 fs-6" >Yet to complete</span >
79
79
@endif
80
80
</td >
81
- @isset ($appointment -> map_id )
81
+ @if ($appointment -> map_id )
82
82
<td >
83
83
<strong >Location: {{ $appointment -> map -> location } } </strong >
84
84
<strong class =" d-block" >Address:</strong >
@@ -92,7 +92,7 @@ class="badge bg-success p-2">{{ $appointment->expertProfile?->post }}</span>
92
92
Virtual
93
93
</span >
94
94
</td >
95
- @endisset
95
+ @endif
96
96
@can (' delete appointment' )
97
97
<td >
98
98
@if (! $appointment -> is_completed )
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ class="badge bg-success p-2">{{ $appointment->expertProfile?->post }}</span>
84
84
<span class =" badge bg-warning p-1 fs-6" >Yet to complete</span >
85
85
@endif
86
86
</td >
87
- @isset ($appointment -> map_id )
87
+ @if ($appointment -> map_id )
88
88
<td >
89
89
<strong >Location: {{ $appointment -> map -> location } } </strong >
90
90
<strong class =" d-block" >Address:</strong >
@@ -98,7 +98,7 @@ class="badge bg-success p-2">{{ $appointment->expertProfile?->post }}</span>
98
98
Virtual
99
99
</span >
100
100
</td >
101
- @endisset
101
+ @endif
102
102
<td >
103
103
<span class =" fw-bold" >
104
104
{{ $appointment -> created_at -> format (' d F, Y' ) } }
You can’t perform that action at this time.
0 commit comments