diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/components/footer.blade.php | 1 | ||||
-rw-r--r-- | resources/views/components/head.blade.php | 1 |
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') |