replaced section with stack for js/css
This commit is contained in:
@@ -34,15 +34,15 @@
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@section('js')
|
||||
@push('js')
|
||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/colorpicker/bootstrap-colorpicker.js') }}"></script>
|
||||
@endsection
|
||||
@endpush
|
||||
|
||||
@section('css')
|
||||
@push('css')
|
||||
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/colorpicker/bootstrap-colorpicker.css') }}">
|
||||
@endsection
|
||||
@endpush
|
||||
|
||||
@section('scripts')
|
||||
@push('scripts')
|
||||
<script type="text/javascript">
|
||||
var text_yes = '{{ trans('general.yes') }}';
|
||||
var text_no = '{{ trans('general.no') }}';
|
||||
@@ -59,4 +59,4 @@
|
||||
$('#category-color-picker').colorpicker();
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
@endpush
|
||||
|
||||
@@ -40,15 +40,15 @@
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@section('js')
|
||||
@push('js')
|
||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/colorpicker/bootstrap-colorpicker.js') }}"></script>
|
||||
@endsection
|
||||
@endpush
|
||||
|
||||
@section('css')
|
||||
@push('css')
|
||||
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/colorpicker/bootstrap-colorpicker.css') }}">
|
||||
@endsection
|
||||
@endpush
|
||||
|
||||
@section('scripts')
|
||||
@push('scripts')
|
||||
<script type="text/javascript">
|
||||
var text_yes = '{{ trans('general.yes') }}';
|
||||
var text_no = '{{ trans('general.no') }}';
|
||||
@@ -61,4 +61,4 @@
|
||||
$('#category-color-picker').colorpicker();
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
@endpush
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@section('scripts')
|
||||
@push('scripts')
|
||||
<script type="text/javascript">
|
||||
var text_yes = '{{ trans('general.yes') }}';
|
||||
var text_no = '{{ trans('general.no') }}';
|
||||
@@ -44,4 +44,4 @@
|
||||
});
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
@endpush
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@section('scripts')
|
||||
@push('scripts')
|
||||
<script type="text/javascript">
|
||||
var text_yes = '{{ trans('general.yes') }}';
|
||||
var text_no = '{{ trans('general.no') }}';
|
||||
@@ -46,4 +46,4 @@
|
||||
});
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
@endpush
|
||||
|
||||
@@ -42,9 +42,9 @@
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@section('scripts')
|
||||
@push('scripts')
|
||||
<script type="text/javascript">
|
||||
var text_yes = '{{ trans('general.yes') }}';
|
||||
var text_no = '{{ trans('general.no') }}';
|
||||
</script>
|
||||
@endsection
|
||||
@endpush
|
||||
|
||||
@@ -138,15 +138,15 @@
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@section('js')
|
||||
@push('js')
|
||||
<script src="{{ asset('public/js/bootstrap-fancyfile.js') }}"></script>
|
||||
@endsection
|
||||
@endpush
|
||||
|
||||
@section('css')
|
||||
@push('css')
|
||||
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||
@endsection
|
||||
@endpush
|
||||
|
||||
@section('scripts')
|
||||
@push('scripts')
|
||||
<script type="text/javascript">
|
||||
var text_yes = '{{ trans('general.yes') }}';
|
||||
var text_no = '{{ trans('general.no') }}';
|
||||
@@ -244,4 +244,4 @@
|
||||
$("select[name='email_protocol']").trigger('change');
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
@endpush
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@section('scripts')
|
||||
@push('scripts')
|
||||
<script type="text/javascript">
|
||||
var text_yes = '{{ trans('general.yes') }}';
|
||||
var text_no = '{{ trans('general.no') }}';
|
||||
@@ -36,4 +36,4 @@
|
||||
$('#name').focus();
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
@endpush
|
||||
|
||||
@@ -31,9 +31,9 @@
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@section('scripts')
|
||||
@push('scripts')
|
||||
<script type="text/javascript">
|
||||
var text_yes = '{{ trans('general.yes') }}';
|
||||
var text_no = '{{ trans('general.no') }}';
|
||||
</script>
|
||||
@endsection
|
||||
@endpush
|
||||
|
||||
Reference in New Issue
Block a user