code refactoring

This commit is contained in:
Burak Civan
2022-11-17 11:05:18 +03:00
parent 270dfb42bd
commit 85a5b19878
6 changed files with 11 additions and 5 deletions

View File

@ -13,7 +13,7 @@
</h1>
@if (! empty($status))
<div class="ltr:ml-4 rtl:mr-4">
<div class="ltr:ml-4 rtl:mr-4 mt-2">
{!! $status !!}
</div>
@endif