replaced section with stack for js/css
This commit is contained in:
		@@ -33,15 +33,15 @@
 | 
			
		||||
    </div>
 | 
			
		||||
@endsection
 | 
			
		||||
 | 
			
		||||
@section('js')
 | 
			
		||||
@push('js')
 | 
			
		||||
    <script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
 | 
			
		||||
@endsection
 | 
			
		||||
@endpush
 | 
			
		||||
 | 
			
		||||
@section('css')
 | 
			
		||||
@push('css')
 | 
			
		||||
    <link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
 | 
			
		||||
@endsection
 | 
			
		||||
@endpush
 | 
			
		||||
 | 
			
		||||
@section('scripts')
 | 
			
		||||
@push('scripts')
 | 
			
		||||
    <script type="text/javascript">
 | 
			
		||||
        $(document).ready(function(){
 | 
			
		||||
            //Date picker
 | 
			
		||||
@@ -63,4 +63,4 @@
 | 
			
		||||
            });
 | 
			
		||||
        });
 | 
			
		||||
    </script>
 | 
			
		||||
@endsection
 | 
			
		||||
@endpush
 | 
			
		||||
 
 | 
			
		||||
@@ -39,15 +39,15 @@
 | 
			
		||||
    </div>
 | 
			
		||||
@endsection
 | 
			
		||||
 | 
			
		||||
@section('js')
 | 
			
		||||
@push('js')
 | 
			
		||||
    <script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
 | 
			
		||||
@endsection
 | 
			
		||||
@endpush
 | 
			
		||||
 | 
			
		||||
@section('css')
 | 
			
		||||
@push('css')
 | 
			
		||||
    <link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
 | 
			
		||||
@endsection
 | 
			
		||||
@endpush
 | 
			
		||||
 | 
			
		||||
@section('scripts')
 | 
			
		||||
@push('scripts')
 | 
			
		||||
    <script type="text/javascript">
 | 
			
		||||
        $(document).ready(function(){
 | 
			
		||||
            //Date picker
 | 
			
		||||
@@ -69,4 +69,4 @@
 | 
			
		||||
            });
 | 
			
		||||
        });
 | 
			
		||||
    </script>
 | 
			
		||||
@endsection
 | 
			
		||||
@endpush
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user