replaced section with stack for js/css

This commit is contained in:
denisdulici
2017-11-13 21:55:15 +03:00
parent 985ffe1386
commit 94ac9fb11a
48 changed files with 218 additions and 218 deletions

View File

@@ -44,17 +44,17 @@
<a href="{{ url('auth/forgot') }}">{{ trans('auth.forgot_password') }}</a><br>
@endsection
@section('js')
@push('js')
<!-- iCheck -->
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/icheck.min.js') }}"></script>
@endsection
@endpush
@section('css')
@push('css')
<!-- iCheck -->
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/square/green.css') }}">
@endsection
@endpush
@section('scripts')
@push('scripts')
<script>
$(function () {
$('input').iCheck({
@@ -64,4 +64,4 @@
});
});
</script>
@endsection
@endpush