mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-05-04 18:59:20 +08:00
9 lines
No EOL
236 B
PHP
9 lines
No EOL
236 B
PHP
@section('stylesheets')
|
|
@parent
|
|
<link href="{{ asset('js/summernote/summernote.css') }}" rel="stylesheet">
|
|
@endsection
|
|
|
|
@section('javascripts')
|
|
@parent
|
|
{!! Minify::javascript(array('/js/summernote/summernote.js')) !!}
|
|
@endsection |