Archived
1
0
Fork 0

Adding resources/views/components/header.blade.php

This commit is contained in:
Henrik Hautakoski 2022-01-08 16:33:19 +01:00
parent 5359fbcffc
commit 85924ba99e

View file

@ -0,0 +1 @@
<h2 {!! $attributes->merge(["class" => "text-2xl"]) !!}>{{ $slot }}</h2>