Skip to content

Commit

Permalink
Update profile.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
c0repwn3r committed Nov 16, 2024
1 parent be86d96 commit ec8f079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/dashboard/controllers/profile.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
@if(count($appointments) > 0)
@foreach($appointments as $appointment)
<tr>
<td scope="col">{{ \Carbon\Carbon::parse($appointment->session->start)->setTimezone(Auth::User()->timezone) }} {{ Auth::User()->timezone_abbr }}</td>
<td scope="col">{{ \Carbon\Carbon::parse($appointment->session->start)->setTimezone(Auth::User()->timezone)->format('m/d/y h:i') }} {{ Auth::User()->timezone_abbr }}</td>
<td scope="col">{{ $appointment->sessionType->name }}</td>
<td scope="col">{{ $appointment->mentor->firstName }} {{ $appointment->mentor->lastName }}</td>
<td scope="col"><i>Contact your mentor.</i></td>
Expand Down

0 comments on commit ec8f079

Please sign in to comment.