diff --git a/resources/views/components/petal-attribution.blade.php b/resources/views/components/petal-attribution.blade.php new file mode 100644 index 0000000..b0383bc --- /dev/null +++ b/resources/views/components/petal-attribution.blade.php @@ -0,0 +1,52 @@ +
+ + 🌸Created by petal.sh + +
+ + diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index ed0b169..daff992 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -15,4 +15,6 @@ @endif + + @endsection