replaced section with stack for js/css
This commit is contained in:
parent
985ffe1386
commit
94ac9fb11a
@ -44,17 +44,17 @@
|
|||||||
<a href="{{ url('auth/forgot') }}">{{ trans('auth.forgot_password') }}</a><br>
|
<a href="{{ url('auth/forgot') }}">{{ trans('auth.forgot_password') }}</a><br>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<!-- iCheck -->
|
<!-- iCheck -->
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/icheck.min.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/icheck.min.js') }}"></script>
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('css')
|
@push('css')
|
||||||
<!-- iCheck -->
|
<!-- iCheck -->
|
||||||
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/square/green.css') }}">
|
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/square/green.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script>
|
<script>
|
||||||
$(function () {
|
$(function () {
|
||||||
$('input').iCheck({
|
$('input').iCheck({
|
||||||
@ -64,4 +64,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -40,17 +40,17 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.js') }}"></script>
|
<script src="{{ asset('public/js/bootstrap-fancyfile.js') }}"></script>
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/icheck.min.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('public/css/bootstrap-fancyfile.css') }}">
|
||||||
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/square/green.css') }}">
|
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/square/green.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -73,4 +73,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -48,17 +48,17 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.js') }}"></script>
|
<script src="{{ asset('public/js/bootstrap-fancyfile.js') }}"></script>
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/icheck.min.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('public/css/bootstrap-fancyfile.css') }}">
|
||||||
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/square/green.css') }}">
|
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/square/green.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -81,4 +81,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -52,4 +52,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -54,4 +54,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -33,15 +33,15 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
<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') }}">
|
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
//Date picker
|
//Date picker
|
||||||
@ -63,4 +63,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -39,15 +39,15 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
<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') }}">
|
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
//Date picker
|
//Date picker
|
||||||
@ -69,4 +69,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -32,15 +32,15 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.js') }}"></script>
|
<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') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -57,4 +57,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -40,15 +40,15 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.js') }}"></script>
|
<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') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -65,4 +65,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -249,17 +249,17 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.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('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$(document).on('click', '#button-payment', function (e) {
|
$(document).on('click', '#button-payment', function (e) {
|
||||||
@ -446,4 +446,4 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -315,12 +315,12 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/chartjs/Chart.min.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/chartjs/Chart.min.js') }}"></script>
|
||||||
<script src="{{ asset('public/js/highchart/highcharts.js') }}"></script>
|
<script src="{{ asset('public/js/highchart/highcharts.js') }}"></script>
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
var areaChartData = {
|
var areaChartData = {
|
||||||
@ -463,4 +463,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -92,18 +92,18 @@
|
|||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.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>
|
<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('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var item_row = {{ $item_row }};
|
var item_row = {{ $item_row }};
|
||||||
|
|
||||||
@ -261,4 +261,4 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -120,18 +120,18 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.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>
|
<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('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var item_row = {{ $item_row }};
|
var item_row = {{ $item_row }};
|
||||||
|
|
||||||
@ -291,4 +291,4 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -259,17 +259,17 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.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('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$(document).on('click', '#button-payment', function (e) {
|
$(document).on('click', '#button-payment', function (e) {
|
||||||
@ -456,4 +456,4 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -47,17 +47,17 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.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('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
//Date picker
|
//Date picker
|
||||||
@ -102,4 +102,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -54,17 +54,17 @@
|
|||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.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('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
//Date picker
|
//Date picker
|
||||||
@ -109,4 +109,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -50,4 +50,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -51,4 +51,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -48,15 +48,15 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/icheck.min.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('vendor/almasaeed2010/adminlte/plugins/iCheck/square/green.css') }}">
|
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/square/green.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -85,4 +85,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -57,15 +57,15 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/icheck.min.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('vendor/almasaeed2010/adminlte/plugins/iCheck/square/green.css') }}">
|
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/iCheck/square/green.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -90,4 +90,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -93,18 +93,18 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.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>
|
<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('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var item_row = '{{ $item_row }}';
|
var item_row = '{{ $item_row }}';
|
||||||
|
|
||||||
@ -262,4 +262,4 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -119,18 +119,18 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.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>
|
<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('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var item_row = '{{ $item_row }}';
|
var item_row = '{{ $item_row }}';
|
||||||
|
|
||||||
@ -290,4 +290,4 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -264,17 +264,17 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.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('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
$(document).on('click', '#button-payment', function (e) {
|
$(document).on('click', '#button-payment', function (e) {
|
||||||
@ -461,4 +461,4 @@
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -47,17 +47,17 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.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('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
//Date picker
|
//Date picker
|
||||||
@ -102,4 +102,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -54,17 +54,17 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/datepicker/bootstrap-datepicker.js') }}"></script>
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.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('vendor/almasaeed2010/adminlte/plugins/datepicker/datepicker3.css') }}">
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
//Date picker
|
//Date picker
|
||||||
@ -109,4 +109,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
{{ Form::textGroup('database', trans('install.database.name'), 'database', ['required' => 'required'], old('database'), 'col-md-12') }}
|
{{ Form::textGroup('database', trans('install.database.name'), 'database', ['required' => 'required'], old('database'), 'col-md-12') }}
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('#next-button').attr('disabled', true);
|
$('#next-button').attr('disabled', true);
|
||||||
@ -34,4 +34,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
{{ Form::passwordGroup('user_password', trans('install.settings.admin_password'), 'key', ['required' => 'required'], old('user_password'), 'col-md-12') }}
|
{{ Form::passwordGroup('user_password', trans('install.settings.admin_password'), 'key', ['required' => 'required'], old('user_password'), 'col-md-12') }}
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$('#next-button').attr('disabled', true);
|
$('#next-button').attr('disabled', true);
|
||||||
@ -35,4 +35,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -39,15 +39,15 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.js') }}"></script>
|
<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') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -72,4 +72,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -45,15 +45,15 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.js') }}"></script>
|
<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') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -74,4 +74,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -137,7 +137,7 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var step = new Array();
|
var step = new Array();
|
||||||
var total = 0;
|
var total = 0;
|
||||||
@ -249,4 +249,4 @@
|
|||||||
$('#modal-installation').modal('show');
|
$('#modal-installation').modal('show');
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -29,9 +29,9 @@
|
|||||||
|
|
||||||
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">
|
<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 -->
|
<!-- 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:// -->
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||||
@ -60,7 +60,7 @@
|
|||||||
var url_search = '{{ url("search/search/search") }}';
|
var url_search = '{{ url("search/search/search") }}';
|
||||||
//--></script>
|
//--></script>
|
||||||
|
|
||||||
@yield('js')
|
@stack('js')
|
||||||
|
|
||||||
@yield('scripts')
|
@stack('scripts')
|
||||||
</head>
|
</head>
|
||||||
|
@ -22,9 +22,9 @@
|
|||||||
|
|
||||||
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">
|
<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 -->
|
<!-- 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:// -->
|
<!-- 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>
|
<script src="{{ asset('public/js/app.js') }}"></script>
|
||||||
|
|
||||||
@yield('js')
|
@stack('js')
|
||||||
|
|
||||||
@yield('scripts')
|
@stack('scripts')
|
||||||
</head>
|
</head>
|
||||||
|
@ -20,9 +20,9 @@
|
|||||||
<!-- App style -->
|
<!-- App style -->
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/app.css') }}">
|
<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 -->
|
<!-- 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:// -->
|
<!-- 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>
|
<script src="{{ asset('public/js/app.js') }}"></script>
|
||||||
|
|
||||||
@yield('js')
|
@stack('js')
|
||||||
|
|
||||||
@yield('scripts')
|
@stack('scripts')
|
||||||
</head>
|
</head>
|
||||||
|
@ -32,9 +32,9 @@
|
|||||||
|
|
||||||
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">
|
<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 -->
|
<!-- 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:// -->
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||||
@ -66,7 +66,7 @@
|
|||||||
var url_search = '{{ url("search/search/search") }}';
|
var url_search = '{{ url("search/search/search") }}';
|
||||||
//--></script>
|
//--></script>
|
||||||
|
|
||||||
@yield('js')
|
@stack('js')
|
||||||
|
|
||||||
@yield('scripts')
|
@stack('scripts')
|
||||||
</head>
|
</head>
|
||||||
|
@ -22,9 +22,9 @@
|
|||||||
|
|
||||||
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">
|
<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 -->
|
<!-- 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:// -->
|
<!-- 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>
|
<script src="{{ asset('public/js/app.js') }}"></script>
|
||||||
|
|
||||||
@yield('js')
|
@stack('js')
|
||||||
|
|
||||||
@yield('scripts')
|
@stack('scripts')
|
||||||
</head>
|
</head>
|
||||||
|
@ -20,9 +20,9 @@
|
|||||||
<!-- App style -->
|
<!-- App style -->
|
||||||
<link rel="stylesheet" href="{{ asset('public/css/app.css') }}">
|
<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 -->
|
<!-- 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:// -->
|
<!-- 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>
|
<script src="{{ asset('public/js/app.js') }}"></script>
|
||||||
|
|
||||||
@yield('js')
|
@stack('js')
|
||||||
|
|
||||||
@yield('scripts')
|
@stack('scripts')
|
||||||
</head>
|
</head>
|
||||||
|
@ -30,9 +30,9 @@
|
|||||||
|
|
||||||
<link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}">
|
<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 -->
|
<!-- 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:// -->
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||||
@ -79,7 +79,7 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
@yield('js')
|
@stack('js')
|
||||||
|
|
||||||
@yield('scripts')
|
@stack('scripts')
|
||||||
</head>
|
</head>
|
||||||
|
@ -68,11 +68,11 @@
|
|||||||
<!-- /.box -->
|
<!-- /.box -->
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/chartjs/Chart.min.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/chartjs/Chart.min.js') }}"></script>
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
var areaChartData = {
|
var areaChartData = {
|
||||||
@ -120,4 +120,4 @@
|
|||||||
cashFlowDaily.Line(areaChartData, cashFlowDailyOptions);
|
cashFlowDaily.Line(areaChartData, cashFlowDailyOptions);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -86,11 +86,11 @@
|
|||||||
<!-- /.box -->
|
<!-- /.box -->
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/chartjs/Chart.min.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/chartjs/Chart.min.js') }}"></script>
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
var areaChartData = {
|
var areaChartData = {
|
||||||
@ -138,4 +138,4 @@
|
|||||||
cashFlowDaily.Line(areaChartData, cashFlowDailyOptions);
|
cashFlowDaily.Line(areaChartData, cashFlowDailyOptions);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -68,11 +68,11 @@
|
|||||||
<!-- /.box -->
|
<!-- /.box -->
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/chartjs/Chart.min.js') }}"></script>
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/chartjs/Chart.min.js') }}"></script>
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
var areaChartData = {
|
var areaChartData = {
|
||||||
@ -120,4 +120,4 @@
|
|||||||
cashFlowDaily.Line(areaChartData, cashFlowDailyOptions);
|
cashFlowDaily.Line(areaChartData, cashFlowDailyOptions);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -34,15 +34,15 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/colorpicker/bootstrap-colorpicker.js') }}"></script>
|
<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') }}">
|
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/colorpicker/bootstrap-colorpicker.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -59,4 +59,4 @@
|
|||||||
$('#category-color-picker').colorpicker();
|
$('#category-color-picker').colorpicker();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -40,15 +40,15 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/colorpicker/bootstrap-colorpicker.js') }}"></script>
|
<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') }}">
|
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/plugins/colorpicker/bootstrap-colorpicker.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -61,4 +61,4 @@
|
|||||||
$('#category-color-picker').colorpicker();
|
$('#category-color-picker').colorpicker();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -44,4 +44,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -46,4 +46,4 @@
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -42,9 +42,9 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -138,15 +138,15 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('js')
|
@push('js')
|
||||||
<script src="{{ asset('public/js/bootstrap-fancyfile.js') }}"></script>
|
<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') }}">
|
<link rel="stylesheet" href="{{ asset('public/css/bootstrap-fancyfile.css') }}">
|
||||||
@endsection
|
@endpush
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -244,4 +244,4 @@
|
|||||||
$("select[name='email_protocol']").trigger('change');
|
$("select[name='email_protocol']").trigger('change');
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
@ -36,4 +36,4 @@
|
|||||||
$('#name').focus();
|
$('#name').focus();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
@ -31,9 +31,9 @@
|
|||||||
</div>
|
</div>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('scripts')
|
@push('scripts')
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var text_yes = '{{ trans('general.yes') }}';
|
var text_yes = '{{ trans('general.yes') }}';
|
||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endpush
|
||||||
|
Loading…
x
Reference in New Issue
Block a user