diff options
author | Sam Light <samlight1994@gmail.com> | 2022-09-07 16:15:33 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2022-09-07 16:15:33 +0100 |
commit | 615ae1005ace5c2645c7f6aa53045619fcbd1499 (patch) | |
tree | d304c02c8d6e8f575162222628da46a591bf73a1 /resources | |
parent | ecf195430e1e23a22c31570322ddc0595f5d2a09 (diff) |
Changed the uses around. Need to use Js in the view
Diffstat (limited to 'resources')
-rw-r--r-- | resources/views/player.blade.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/views/player.blade.php b/resources/views/player.blade.php index 7970cea..fab87fa 100644 --- a/resources/views/player.blade.php +++ b/resources/views/player.blade.php @@ -1,3 +1,6 @@ +@php +use Illuminate\Support\Js; +@endphp <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> |