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

View File

@ -40,17 +40,17 @@
</div>
@endsection
@section('js')
@push('js')
<script src="{{ asset('public/js/bootstrap-fancyfile.js') }}"></script>
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/icheck.min.js') }}"></script>
@endsection
@endpush
@section('css')
@push('css')
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/square/green.css') }}">
@endsection
@endpush
@section('scripts')
@push('scripts')
<script type="text/javascript">
var text_yes = '{{ trans('general.yes') }}';
var text_no = '{{ trans('general.no') }}';
@ -73,4 +73,4 @@
});
});
</script>
@endsection
@endpush

View File

@ -48,17 +48,17 @@
</div>
@endsection
@section('js')
@push('js')
<script src="{{ asset('public/js/bootstrap-fancyfile.js') }}"></script>
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/icheck.min.js') }}"></script>
@endsection
@endpush
@section('css')
@push('css')
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/square/green.css') }}">
@endsection
@endpush
@section('scripts')
@push('scripts')
<script type="text/javascript">
var text_yes = '{{ trans('general.yes') }}';
var text_no = '{{ trans('general.no') }}';
@ -81,4 +81,4 @@
});
});
</script>
@endsection
@endpush

View File

@ -37,7 +37,7 @@
</div>
@endsection
@section('scripts')
@push('scripts')
<script type="text/javascript">
var text_yes = '{{ trans('general.yes') }}';
var text_no = '{{ trans('general.no') }}';
@ -52,4 +52,4 @@
});
});
</script>
@endsection
@endpush

View File

@ -43,7 +43,7 @@
</div>
@endsection
@section('scripts')
@push('scripts')
<script type="text/javascript">
var text_yes = '{{ trans('general.yes') }}';
var text_no = '{{ trans('general.no') }}';
@ -54,4 +54,4 @@
});
});
</script>
@endsection
@endpush

View File

@ -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

View File

@ -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

View File

@ -32,15 +32,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') }}';
@ -57,4 +57,4 @@
});
});
</script>
@endsection
@endpush

View File

@ -40,15 +40,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') }}';
@ -65,4 +65,4 @@
});
});
</script>
@endsection
@endpush

View File

@ -249,17 +249,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(){
$(document).on('click', '#button-payment', function (e) {
@ -446,4 +446,4 @@
});
}
</script>
@endsection
@endpush

View File

@ -315,12 +315,12 @@
</div>
@endsection
@section('js')
@push('js')
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/chartjs/Chart.min.js') }}"></script>
<script src="{{ asset('public/js/highchart/highcharts.js') }}"></script>
@endsection
@endpush
@section('scripts')
@push('scripts')
<script type="text/javascript">
$(document).ready(function () {
var areaChartData = {
@ -463,4 +463,4 @@
});
});
</script>
@endsection
@endpush

View File

@ -92,18 +92,18 @@
{!! Form::close() !!}
@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>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-3-typeahead/4.0.1/bootstrap3-typeahead.min.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">
var item_row = {{ $item_row }};
@ -261,4 +261,4 @@
});
}
</script>
@endsection
@endpush

View File

@ -120,18 +120,18 @@
</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>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-3-typeahead/4.0.1/bootstrap3-typeahead.min.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">
var item_row = {{ $item_row }};
@ -291,4 +291,4 @@
});
}
</script>
@endsection
@endpush

View File

@ -259,17 +259,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(){
$(document).on('click', '#button-payment', function (e) {
@ -456,4 +456,4 @@
});
}
</script>
@endsection
@endpush

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

View File

@ -54,17 +54,17 @@
{!! Form::close() !!}
@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
@ -109,4 +109,4 @@
});
});
</script>
@endsection
@endpush

View File

@ -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') }}';
@ -50,4 +50,4 @@
});
});
</script>
@endsection
@endpush

View File

@ -40,7 +40,7 @@
</div>
@endsection
@section('scripts')
@push('scripts')
<script type="text/javascript">
var text_yes = '{{ trans('general.yes') }}';
var text_no = '{{ trans('general.no') }}';
@ -51,4 +51,4 @@
});
});
</script>
@endsection
@endpush

View File

@ -48,15 +48,15 @@
</div>
@endsection
@section('js')
@push('js')
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/icheck.min.js') }}"></script>
@endsection
@endpush
@section('css')
@push('css')
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/square/green.css') }}">
@endsection
@endpush
@section('scripts')
@push('scripts')
<script type="text/javascript">
var text_yes = '{{ trans('general.yes') }}';
var text_no = '{{ trans('general.no') }}';
@ -85,4 +85,4 @@
});
});
</script>
@endsection
@endpush

View File

@ -57,15 +57,15 @@
</div>
@endsection
@section('js')
@push('js')
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/icheck.min.js') }}"></script>
@endsection
@endpush
@section('css')
@push('css')
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/square/green.css') }}">
@endsection
@endpush
@section('scripts')
@push('scripts')
<script type="text/javascript">
var text_yes = '{{ trans('general.yes') }}';
var text_no = '{{ trans('general.no') }}';
@ -90,4 +90,4 @@
});
});
</script>
@endsection
@endpush

View File

@ -93,18 +93,18 @@
</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>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-3-typeahead/4.0.1/bootstrap3-typeahead.min.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">
var item_row = '{{ $item_row }}';
@ -262,4 +262,4 @@
});
}
</script>
@endsection
@endpush

View File

@ -119,18 +119,18 @@
</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>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-3-typeahead/4.0.1/bootstrap3-typeahead.min.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">
var item_row = '{{ $item_row }}';
@ -290,4 +290,4 @@
});
}
</script>
@endsection
@endpush

View File

@ -264,17 +264,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(){
$(document).on('click', '#button-payment', function (e) {
@ -461,4 +461,4 @@
});
}
</script>
@endsection
@endpush

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

View File

@ -54,17 +54,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
@ -109,4 +109,4 @@
});
});
</script>
@endsection
@endpush

View File

@ -12,7 +12,7 @@
{{ Form::textGroup('database', trans('install.database.name'), 'database', ['required' => 'required'], old('database'), 'col-md-12') }}
@endsection
@section('scripts')
@push('scripts')
<script type="text/javascript">
$(document).ready(function() {
$('#next-button').attr('disabled', true);
@ -34,4 +34,4 @@
}
}
</script>
@endsection
@endpush

View File

@ -12,7 +12,7 @@
{{ Form::passwordGroup('user_password', trans('install.settings.admin_password'), 'key', ['required' => 'required'], old('user_password'), 'col-md-12') }}
@endsection
@section('scripts')
@push('scripts')
<script type="text/javascript">
$(document).ready(function() {
$('#next-button').attr('disabled', true);
@ -35,4 +35,4 @@
}
}
</script>
@endsection
@endpush

View File

@ -39,15 +39,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') }}';
@ -72,4 +72,4 @@
});
});
</script>
@endsection
@endpush

View File

@ -45,15 +45,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') }}';
@ -74,4 +74,4 @@
});
});
</script>
@endsection
@endpush

View File

@ -137,7 +137,7 @@
</div>
@endsection
@section('js')
@push('scripts')
<script type="text/javascript">
var step = new Array();
var total = 0;
@ -249,4 +249,4 @@
$('#modal-installation').modal('show');
}
</script>
@endsection
@endpush

View File

@ -29,9 +29,9 @@
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">
@yield('css')
@stack('css')
@yield('stylesheet')
@stack('stylesheet')
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@ -60,7 +60,7 @@
var url_search = '{{ url("search/search/search") }}';
//--></script>
@yield('js')
@stack('js')
@yield('scripts')
@stack('scripts')
</head>

View File

@ -22,9 +22,9 @@
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">
@yield('css')
@stack('css')
@yield('stylesheet')
@stack('stylesheet')
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@ -44,7 +44,7 @@
<script src="{{ asset('public/js/app.js') }}"></script>
@yield('js')
@stack('js')
@yield('scripts')
@stack('scripts')
</head>

View File

@ -20,9 +20,9 @@
<!-- App style -->
<link rel="stylesheet" href="{{ asset('public/css/app.css') }}">
@yield('css')
@stack('css')
@yield('stylesheet')
@stack('stylesheet')
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@ -42,7 +42,7 @@
<script src="{{ asset('public/js/app.js') }}"></script>
@yield('js')
@stack('js')
@yield('scripts')
@stack('scripts')
</head>

View File

@ -32,9 +32,9 @@
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">
@yield('css')
@stack('css')
@yield('stylesheet')
@stack('stylesheet')
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@ -66,7 +66,7 @@
var url_search = '{{ url("search/search/search") }}';
//--></script>
@yield('js')
@stack('js')
@yield('scripts')
@stack('scripts')
</head>

View File

@ -22,9 +22,9 @@
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">
@yield('css')
@stack('css')
@yield('stylesheet')
@stack('stylesheet')
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@ -44,7 +44,7 @@
<script src="{{ asset('public/js/app.js') }}"></script>
@yield('js')
@stack('js')
@yield('scripts')
@stack('scripts')
</head>

View File

@ -20,9 +20,9 @@
<!-- App style -->
<link rel="stylesheet" href="{{ asset('public/css/app.css') }}">
@yield('css')
@stack('css')
@yield('stylesheet')
@stack('stylesheet')
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@ -42,7 +42,7 @@
<script src="{{ asset('public/js/app.js') }}"></script>
@yield('js')
@stack('js')
@yield('scripts')
@stack('scripts')
</head>

View File

@ -30,9 +30,9 @@
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">
@yield('css')
@stack('css')
@yield('stylesheet')
@stack('stylesheet')
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
@ -79,7 +79,7 @@
});
</script>
@yield('js')
@stack('js')
@yield('scripts')
@stack('scripts')
</head>

View File

@ -68,11 +68,11 @@
<!-- /.box -->
@endsection
@section('js')
@push('js')
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/chartjs/Chart.min.js') }}"></script>
@endsection
@endpush
@section('scripts')
@push('scripts')
<script type="text/javascript">
$(document).ready(function () {
var areaChartData = {
@ -120,4 +120,4 @@
cashFlowDaily.Line(areaChartData, cashFlowDailyOptions);
});
</script>
@endsection
@endpush

View File

@ -86,11 +86,11 @@
<!-- /.box -->
@endsection
@section('js')
@push('js')
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/chartjs/Chart.min.js') }}"></script>
@endsection
@endpush
@section('scripts')
@push('scripts')
<script type="text/javascript">
$(document).ready(function () {
var areaChartData = {
@ -138,4 +138,4 @@
cashFlowDaily.Line(areaChartData, cashFlowDailyOptions);
});
</script>
@endsection
@endpush

View File

@ -68,11 +68,11 @@
<!-- /.box -->
@endsection
@section('js')
@push('js')
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/chartjs/Chart.min.js') }}"></script>
@endsection
@endpush
@section('scripts')
@push('scripts')
<script type="text/javascript">
$(document).ready(function () {
var areaChartData = {
@ -120,4 +120,4 @@
cashFlowDaily.Line(areaChartData, cashFlowDailyOptions);
});
</script>
@endsection
@endpush

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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