summaryrefslogtreecommitdiff
path: root/resources/views
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2025-03-31 01:08:16 +0100
committerSam Light <samlight1994@gmail.com>2025-03-31 01:08:16 +0100
commita56a167ac5e5384810a980f97e71b182ce7a98a2 (patch)
tree3d167725c804002a77dfdff3d2d8176ba98d6995 /resources/views
parent53bf2ca6ac05d5102d2afbf163c94301abb70c03 (diff)
Setup components to output assets
Diffstat (limited to 'resources/views')
-rw-r--r--resources/views/components/footer.blade.php1
-rw-r--r--resources/views/components/head.blade.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/views/components/footer.blade.php b/resources/views/components/footer.blade.php
new file mode 100644
index 0000000..7cfc4fc
--- /dev/null
+++ b/resources/views/components/footer.blade.php
@@ -0,0 +1 @@
+@inject('assets', 'Lightscale\LaralightAssets\Assets')
diff --git a/resources/views/components/head.blade.php b/resources/views/components/head.blade.php
new file mode 100644
index 0000000..7cfc4fc
--- /dev/null
+++ b/resources/views/components/head.blade.php
@@ -0,0 +1 @@
+@inject('assets', 'Lightscale\LaralightAssets\Assets')