From a56a167ac5e5384810a980f97e71b182ce7a98a2 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Mon, 31 Mar 2025 01:08:16 +0100 Subject: Setup components to output assets --- resources/views/components/footer.blade.php | 1 + resources/views/components/head.blade.php | 1 + 2 files changed, 2 insertions(+) create mode 100644 resources/views/components/footer.blade.php create mode 100644 resources/views/components/head.blade.php (limited to 'resources/views/components') 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') -- cgit v1.2.3