Add new version in repository
This commit is contained in:
9
resources/views/load/pdf/viewerjs.blade.php
Normal file
9
resources/views/load/pdf/viewerjs.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
@if(!defined('LOAD_VIEWERJS'))
|
||||
@push('css')
|
||||
<link rel="stylesheet" href="{{ asset('/assets/plugins/ViewerJS/viewer.min.css') }}">
|
||||
@endpush
|
||||
@push('scripts')
|
||||
<script type="text/javascript" src="{{ asset('/assets/plugins/ViewerJS/viewer.min.js') }}"></script>
|
||||
@endpush
|
||||
@php(define('LOAD_VIEWERJS', true))
|
||||
@endif
|
||||
Reference in New Issue
Block a user