@if (isset($js))
<script src="{{ $js }}"></script>
@else
<script src="{{ root('js/format.js?'. time())}}"></script>
@endif


