diff --git a/resources/views/auth/login/create.blade.php b/resources/views/auth/login/create.blade.php index 6dfc12d8e..07b818b51 100644 --- a/resources/views/auth/login/create.blade.php +++ b/resources/views/auth/login/create.blade.php @@ -44,17 +44,17 @@ {{ trans('auth.forgot_password') }}
@endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/auth/users/create.blade.php b/resources/views/auth/users/create.blade.php index f6fc7b495..1bae57785 100644 --- a/resources/views/auth/users/create.blade.php +++ b/resources/views/auth/users/create.blade.php @@ -40,17 +40,17 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/auth/users/edit.blade.php b/resources/views/auth/users/edit.blade.php index 9dbd74c68..ba44e9bf7 100644 --- a/resources/views/auth/users/edit.blade.php +++ b/resources/views/auth/users/edit.blade.php @@ -48,17 +48,17 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/banking/accounts/create.blade.php b/resources/views/banking/accounts/create.blade.php index 370d4e9d9..b39a015f2 100644 --- a/resources/views/banking/accounts/create.blade.php +++ b/resources/views/banking/accounts/create.blade.php @@ -37,7 +37,7 @@ @endsection -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/banking/accounts/edit.blade.php b/resources/views/banking/accounts/edit.blade.php index 1ca89e7c9..5033d6a3f 100644 --- a/resources/views/banking/accounts/edit.blade.php +++ b/resources/views/banking/accounts/edit.blade.php @@ -43,7 +43,7 @@ @endsection -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/banking/transfers/create.blade.php b/resources/views/banking/transfers/create.blade.php index 56ef47908..4fe79d8f8 100644 --- a/resources/views/banking/transfers/create.blade.php +++ b/resources/views/banking/transfers/create.blade.php @@ -33,15 +33,15 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/banking/transfers/edit.blade.php b/resources/views/banking/transfers/edit.blade.php index 1823f6c47..f4dbdd93a 100644 --- a/resources/views/banking/transfers/edit.blade.php +++ b/resources/views/banking/transfers/edit.blade.php @@ -39,15 +39,15 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/companies/companies/create.blade.php b/resources/views/companies/companies/create.blade.php index 94f5e22cd..0e1ffa80f 100644 --- a/resources/views/companies/companies/create.blade.php +++ b/resources/views/companies/companies/create.blade.php @@ -32,15 +32,15 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/companies/companies/edit.blade.php b/resources/views/companies/companies/edit.blade.php index 0193210f2..ad66c0155 100644 --- a/resources/views/companies/companies/edit.blade.php +++ b/resources/views/companies/companies/edit.blade.php @@ -40,15 +40,15 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/customers/invoices/show.blade.php b/resources/views/customers/invoices/show.blade.php index 9d6927521..2372549b2 100644 --- a/resources/views/customers/invoices/show.blade.php +++ b/resources/views/customers/invoices/show.blade.php @@ -249,17 +249,17 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/dashboard/dashboard/index.blade.php b/resources/views/dashboard/dashboard/index.blade.php index db7a9b42d..3e8e55970 100644 --- a/resources/views/dashboard/dashboard/index.blade.php +++ b/resources/views/dashboard/dashboard/index.blade.php @@ -315,12 +315,12 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/expenses/bills/create.blade.php b/resources/views/expenses/bills/create.blade.php index 053abc807..006bcc5cf 100644 --- a/resources/views/expenses/bills/create.blade.php +++ b/resources/views/expenses/bills/create.blade.php @@ -92,18 +92,18 @@ {!! Form::close() !!} @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/expenses/bills/edit.blade.php b/resources/views/expenses/bills/edit.blade.php index 0b1440d3c..86e77955b 100644 --- a/resources/views/expenses/bills/edit.blade.php +++ b/resources/views/expenses/bills/edit.blade.php @@ -120,18 +120,18 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/expenses/bills/show.blade.php b/resources/views/expenses/bills/show.blade.php index d744f571f..bb0adbb1c 100644 --- a/resources/views/expenses/bills/show.blade.php +++ b/resources/views/expenses/bills/show.blade.php @@ -259,17 +259,17 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/expenses/payments/create.blade.php b/resources/views/expenses/payments/create.blade.php index 039e60942..dccc4f5e8 100644 --- a/resources/views/expenses/payments/create.blade.php +++ b/resources/views/expenses/payments/create.blade.php @@ -47,17 +47,17 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/expenses/payments/edit.blade.php b/resources/views/expenses/payments/edit.blade.php index bfbdfe209..ae32279b7 100644 --- a/resources/views/expenses/payments/edit.blade.php +++ b/resources/views/expenses/payments/edit.blade.php @@ -54,17 +54,17 @@ {!! Form::close() !!} @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/expenses/vendors/create.blade.php b/resources/views/expenses/vendors/create.blade.php index 1f0a1f3cd..f6d8c65fc 100644 --- a/resources/views/expenses/vendors/create.blade.php +++ b/resources/views/expenses/vendors/create.blade.php @@ -35,7 +35,7 @@ @endsection -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/expenses/vendors/edit.blade.php b/resources/views/expenses/vendors/edit.blade.php index dcf3d5851..32c7ca5ab 100644 --- a/resources/views/expenses/vendors/edit.blade.php +++ b/resources/views/expenses/vendors/edit.blade.php @@ -40,7 +40,7 @@ @endsection -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/incomes/customers/create.blade.php b/resources/views/incomes/customers/create.blade.php index a3efe4bbe..2feaa4c32 100644 --- a/resources/views/incomes/customers/create.blade.php +++ b/resources/views/incomes/customers/create.blade.php @@ -48,15 +48,15 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/incomes/customers/edit.blade.php b/resources/views/incomes/customers/edit.blade.php index b47ba4c48..0d99a7e0f 100644 --- a/resources/views/incomes/customers/edit.blade.php +++ b/resources/views/incomes/customers/edit.blade.php @@ -57,15 +57,15 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/incomes/invoices/create.blade.php b/resources/views/incomes/invoices/create.blade.php index 657716fc7..1d835d918 100644 --- a/resources/views/incomes/invoices/create.blade.php +++ b/resources/views/incomes/invoices/create.blade.php @@ -93,18 +93,18 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/incomes/invoices/edit.blade.php b/resources/views/incomes/invoices/edit.blade.php index ea48ff559..d55d3eadd 100644 --- a/resources/views/incomes/invoices/edit.blade.php +++ b/resources/views/incomes/invoices/edit.blade.php @@ -119,18 +119,18 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/incomes/invoices/show.blade.php b/resources/views/incomes/invoices/show.blade.php index 8525818cf..ca623e749 100644 --- a/resources/views/incomes/invoices/show.blade.php +++ b/resources/views/incomes/invoices/show.blade.php @@ -264,17 +264,17 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/incomes/revenues/create.blade.php b/resources/views/incomes/revenues/create.blade.php index 019a8304e..7578c1733 100644 --- a/resources/views/incomes/revenues/create.blade.php +++ b/resources/views/incomes/revenues/create.blade.php @@ -47,17 +47,17 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/incomes/revenues/edit.blade.php b/resources/views/incomes/revenues/edit.blade.php index 99aed89c5..905a7456b 100644 --- a/resources/views/incomes/revenues/edit.blade.php +++ b/resources/views/incomes/revenues/edit.blade.php @@ -54,17 +54,17 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/install/database/create.blade.php b/resources/views/install/database/create.blade.php index 3505d18a6..368d025bf 100644 --- a/resources/views/install/database/create.blade.php +++ b/resources/views/install/database/create.blade.php @@ -12,7 +12,7 @@ {{ Form::textGroup('database', trans('install.database.name'), 'database', ['required' => 'required'], old('database'), 'col-md-12') }} @endsection -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/install/settings/create.blade.php b/resources/views/install/settings/create.blade.php index 788eff862..2be88768c 100644 --- a/resources/views/install/settings/create.blade.php +++ b/resources/views/install/settings/create.blade.php @@ -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') -@endsection +@endpush diff --git a/resources/views/items/items/create.blade.php b/resources/views/items/items/create.blade.php index 04e975471..55b8e6cd6 100644 --- a/resources/views/items/items/create.blade.php +++ b/resources/views/items/items/create.blade.php @@ -39,15 +39,15 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/items/items/edit.blade.php b/resources/views/items/items/edit.blade.php index 4ca220bb8..f85595288 100644 --- a/resources/views/items/items/edit.blade.php +++ b/resources/views/items/items/edit.blade.php @@ -45,15 +45,15 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/modules/item/show.blade.php b/resources/views/modules/item/show.blade.php index 23e0e0de7..224a1b5bc 100644 --- a/resources/views/modules/item/show.blade.php +++ b/resources/views/modules/item/show.blade.php @@ -137,7 +137,7 @@ @endsection -@section('js') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/partials/admin/head.blade.php b/resources/views/partials/admin/head.blade.php index 03b32599f..a2095e49e 100644 --- a/resources/views/partials/admin/head.blade.php +++ b/resources/views/partials/admin/head.blade.php @@ -29,9 +29,9 @@ - @yield('css') + @stack('css') - @yield('stylesheet') + @stack('stylesheet') @@ -60,7 +60,7 @@ var url_search = '{{ url("search/search/search") }}'; //--> - @yield('js') + @stack('js') - @yield('scripts') + @stack('scripts') diff --git a/resources/views/partials/auth/head.blade.php b/resources/views/partials/auth/head.blade.php index 80088cf8a..1293b53a6 100644 --- a/resources/views/partials/auth/head.blade.php +++ b/resources/views/partials/auth/head.blade.php @@ -22,9 +22,9 @@ - @yield('css') + @stack('css') - @yield('stylesheet') + @stack('stylesheet') @@ -44,7 +44,7 @@ - @yield('js') + @stack('js') - @yield('scripts') + @stack('scripts') diff --git a/resources/views/partials/bill/head.blade.php b/resources/views/partials/bill/head.blade.php index 8a4e7cc5d..9d6e47c0a 100644 --- a/resources/views/partials/bill/head.blade.php +++ b/resources/views/partials/bill/head.blade.php @@ -20,9 +20,9 @@ - @yield('css') + @stack('css') - @yield('stylesheet') + @stack('stylesheet') @@ -42,7 +42,7 @@ - @yield('js') + @stack('js') - @yield('scripts') + @stack('scripts') diff --git a/resources/views/partials/customer/head.blade.php b/resources/views/partials/customer/head.blade.php index e4dbe7cc2..6c155c1e2 100644 --- a/resources/views/partials/customer/head.blade.php +++ b/resources/views/partials/customer/head.blade.php @@ -32,9 +32,9 @@ - @yield('css') + @stack('css') - @yield('stylesheet') + @stack('stylesheet') @@ -66,7 +66,7 @@ var url_search = '{{ url("search/search/search") }}'; //--> - @yield('js') + @stack('js') - @yield('scripts') + @stack('scripts') diff --git a/resources/views/partials/install/head.blade.php b/resources/views/partials/install/head.blade.php index 1bc5fc1bb..e8ba28e92 100644 --- a/resources/views/partials/install/head.blade.php +++ b/resources/views/partials/install/head.blade.php @@ -22,9 +22,9 @@ - @yield('css') + @stack('css') - @yield('stylesheet') + @stack('stylesheet') @@ -44,7 +44,7 @@ - @yield('js') + @stack('js') - @yield('scripts') + @stack('scripts') diff --git a/resources/views/partials/invoice/head.blade.php b/resources/views/partials/invoice/head.blade.php index 8a4e7cc5d..9d6e47c0a 100644 --- a/resources/views/partials/invoice/head.blade.php +++ b/resources/views/partials/invoice/head.blade.php @@ -20,9 +20,9 @@ - @yield('css') + @stack('css') - @yield('stylesheet') + @stack('stylesheet') @@ -42,7 +42,7 @@ - @yield('js') + @stack('js') - @yield('scripts') + @stack('scripts') diff --git a/resources/views/partials/modules/head.blade.php b/resources/views/partials/modules/head.blade.php index 068a1ff84..50132aae8 100644 --- a/resources/views/partials/modules/head.blade.php +++ b/resources/views/partials/modules/head.blade.php @@ -30,9 +30,9 @@ - @yield('css') + @stack('css') - @yield('stylesheet') + @stack('stylesheet') @@ -79,7 +79,7 @@ }); - @yield('js') + @stack('js') - @yield('scripts') + @stack('scripts') diff --git a/resources/views/reports/expense_summary/index.blade.php b/resources/views/reports/expense_summary/index.blade.php index 3de9eb97b..4164a043e 100644 --- a/resources/views/reports/expense_summary/index.blade.php +++ b/resources/views/reports/expense_summary/index.blade.php @@ -68,11 +68,11 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/reports/income_expense_summary/index.blade.php b/resources/views/reports/income_expense_summary/index.blade.php index e644febef..ee8ed6f4d 100644 --- a/resources/views/reports/income_expense_summary/index.blade.php +++ b/resources/views/reports/income_expense_summary/index.blade.php @@ -86,11 +86,11 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/reports/income_summary/index.blade.php b/resources/views/reports/income_summary/index.blade.php index 7569c7dd9..ddb7ca79e 100644 --- a/resources/views/reports/income_summary/index.blade.php +++ b/resources/views/reports/income_summary/index.blade.php @@ -68,11 +68,11 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/settings/categories/create.blade.php b/resources/views/settings/categories/create.blade.php index b0bf4fafa..ab398ae85 100644 --- a/resources/views/settings/categories/create.blade.php +++ b/resources/views/settings/categories/create.blade.php @@ -34,15 +34,15 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/settings/categories/edit.blade.php b/resources/views/settings/categories/edit.blade.php index 8e62e2a3c..12e0f1f26 100644 --- a/resources/views/settings/categories/edit.blade.php +++ b/resources/views/settings/categories/edit.blade.php @@ -40,15 +40,15 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/settings/currencies/create.blade.php b/resources/views/settings/currencies/create.blade.php index a054b6268..b4d70f050 100644 --- a/resources/views/settings/currencies/create.blade.php +++ b/resources/views/settings/currencies/create.blade.php @@ -29,7 +29,7 @@ @endsection -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/settings/currencies/edit.blade.php b/resources/views/settings/currencies/edit.blade.php index 3378571ee..89b234a22 100644 --- a/resources/views/settings/currencies/edit.blade.php +++ b/resources/views/settings/currencies/edit.blade.php @@ -35,7 +35,7 @@ @endsection -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/settings/modules/edit.blade.php b/resources/views/settings/modules/edit.blade.php index 72db9fbf6..98806ef2e 100644 --- a/resources/views/settings/modules/edit.blade.php +++ b/resources/views/settings/modules/edit.blade.php @@ -42,9 +42,9 @@ @endsection -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/settings/settings/edit.blade.php b/resources/views/settings/settings/edit.blade.php index 735654895..bea4802c4 100644 --- a/resources/views/settings/settings/edit.blade.php +++ b/resources/views/settings/settings/edit.blade.php @@ -138,15 +138,15 @@ @endsection -@section('js') +@push('js') -@endsection +@endpush -@section('css') +@push('css') -@endsection +@endpush -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/settings/taxes/create.blade.php b/resources/views/settings/taxes/create.blade.php index 4f68b6b9c..4405c7cfc 100644 --- a/resources/views/settings/taxes/create.blade.php +++ b/resources/views/settings/taxes/create.blade.php @@ -25,7 +25,7 @@ @endsection -@section('scripts') +@push('scripts') -@endsection +@endpush diff --git a/resources/views/settings/taxes/edit.blade.php b/resources/views/settings/taxes/edit.blade.php index 31eb01a76..eaad372df 100644 --- a/resources/views/settings/taxes/edit.blade.php +++ b/resources/views/settings/taxes/edit.blade.php @@ -31,9 +31,9 @@ @endsection -@section('scripts') +@push('scripts') -@endsection +@endpush