You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

container.blade.php 210B

12345
  1. <div class="inv-container flex justify-center p-6">
  2. <div class="inv-paper bg-[#ffffff] dark:bg-gray-800 rounded-sm shadow-xl w-[38.25rem] h-[49.5rem] overflow-hidden">
  3. {{ $slot }}
  4. </div>
  5. </div>