Update settings.blade.php

This commit is contained in:
Thomas G 2022-08-27 12:29:35 +10:00
parent d981ee57e1
commit 1cbfbe709e
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@extends('layouts.app')
@section('title')
<title>Settings - {{ env('APP_NAME') }}</title>
<script src="{{ asset('js/settings.js?id=' . Str::random(8)) ) }}"></script>
<script src="{{ asset('js/settings.js?id=1234') }}"></script>
<style>
.bio_form {
width: 50%