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

@ -10,7 +10,13 @@
@yield('dashboard_action')
</h1>
{!! $status ?? '' !!}
@if (! empty($status))
<div class="ltr:ml-4 rtl:mr-4">
{!! $status !!}
</div>
@endif
{!! $info ?? '' !!}
{!! $favorite ?? '' !!}
</div>