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

@ -47,17 +47,17 @@
</div>
@endsection
@section('js')
@push('js')
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
<script src="{{ asset('public/js/bootstrap-fancyfile.js') }}"></script>
@endsection
@endpush
@section('css')
@push('css')
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
@endsection
@endpush
@section('scripts')
@push('scripts')
<script type="text/javascript">
$(document).ready(function(){
//Date picker
@ -102,4 +102,4 @@
});
});
</script>
@endsection
@endpush