styling contact show page

This commit is contained in:
Denis Duliçi
2022-07-25 16:19:49 +03:00
parent 0abc380af8
commit 9fad0657e9
14 changed files with 96 additions and 58 deletions

View File

@ -121,9 +121,7 @@
@if (!$hideStatus)
<x-table.td class="{{ $classStatus }}">
@stack('status_td_inside_start')
<span class="px-2.5 py-1 text-xs font-medium rounded-xl bg-{{ $item->status_label }} text-text-{{ $item->status_label }}">
{{ trans($textDocumentStatus . $item->status) }}
</span>
<x-show.status status="{{ $item->status }}" background-color="bg-{{ $item->status_label }}" text-color="text-text-{{ $item->status_label }}" />
@stack('status_td_inside_end')
</x-table.td>
@endif
@ -179,4 +177,4 @@
</x-table.tbody>
</x-table>
<x-pagination :items="$documents" />
<x-pagination :items="$documents" />