1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00
invoiceninja/resources/views/portal/ninja2020/components/general/card-element.blade.php

9 lines
298 B
PHP
Raw Normal View History

2020-10-19 23:02:18 +02:00
<div class="px-4 py-5 sm:px-6 lg:grid lg:grid-cols-3 lg:gap-4 lg:flex lg:items-center">
2020-10-19 14:18:00 +02:00
<dt class="text-sm leading-5 font-medium text-gray-500 mr-4">
{{ $title }}
</dt>
<dd class="mt-1 text-sm leading-5 text-gray-900 sm:mt-0 sm:col-span-2">
{{ $slot }}
</dd>
</div>