Update settings.blade.php
This commit is contained in:
parent
d981ee57e1
commit
1cbfbe709e
|
|
@ -1,7 +1,7 @@
|
||||||
@extends('layouts.app')
|
@extends('layouts.app')
|
||||||
@section('title')
|
@section('title')
|
||||||
<title>Settings - {{ env('APP_NAME') }}</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>
|
<style>
|
||||||
.bio_form {
|
.bio_form {
|
||||||
width: 50%
|
width: 50%
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue