unused classname ejected

This commit is contained in:
Burak Civan
2022-06-29 12:16:27 +03:00
parent 428da07149
commit c0c75fce86
6 changed files with 4 additions and 10 deletions

View File

@ -21,8 +21,6 @@
@endif
@if (! empty($foot) && $foot->isNotEmpty())
<div class="relative__footer">
{!! $foot !!}
</div>
@endif
</div>

View File

@ -10,8 +10,6 @@
@endif
@if (! empty($foot) && $foot->isNotEmpty())
<div class="relative__footer">
{!! $foot !!}
</div>
@endif
</div>

View File

@ -21,8 +21,6 @@
@endif
@if (! empty($foot) && $foot->isNotEmpty())
<div class="relative__footer">
{!! $foot !!}
</div>
!! $foot !!}
@endif
</div>