#90 - user profile #125

Merged
Baakoma merged 19 commits from #90-user-profile into main 2022-04-14 11:58:45 +02:00
Showing only changes of commit 52d681ca88 - Show all commits

View File

@@ -54,14 +54,14 @@
<table> <table>
<tbody> <tbody>
<tr> <tr>
<td>{{ $vacationRequest->user->fullName }}</td> <td>{{ $vacationRequest->user->profile->fullName }}</td>
<td>Legnica, {{ $vacationRequest->created_at->format("d.m.Y") }}</td> <td>Legnica, {{ $vacationRequest->created_at->format("d.m.Y") }}</td>
</tr> </tr>
<tr> <tr>
<td class="helper-text">imię i nazwisko</td> <td class="helper-text">imię i nazwisko</td>
</tr> </tr>
<tr> <tr>
<td>{{ $vacationRequest->user->position }}</td> <td>{{ $vacationRequest->user->profile->position }}</td>
</tr> </tr>
<tr> <tr>
<td class="helper-text">stanowisko</td> <td class="helper-text">stanowisko</td>