Adding resources/views/components/header.blade.php
This commit is contained in:
parent
5359fbcffc
commit
85924ba99e
1 changed files with 1 additions and 0 deletions
1
resources/views/components/header.blade.php
Normal file
1
resources/views/components/header.blade.php
Normal file
|
|
@ -0,0 +1 @@
|
|||
<h2 {!! $attributes->merge(["class" => "text-2xl"]) !!}>{{ $slot }}</h2>
|
||||
Reference in a new issue