@stack('css-up') @if(config('broadcasting.connections.pusher.key') != '') @endif {!! Packer::css([ '/bap/scss/custom-style.css', '/bap/plugins/bootstrap-daterangepicker/daterangepicker.css', //'/bap/plugins/bootstrap-datetimepicker/dist/css/bootstrap-datetimepicker.min.css', ], '/storage/cache/css/main.css' ) !!} @stack('css') @include('partial.header_js') @if(config('bap.google_ga')) @endif
@include('partial.header-menu')
@lang('core::core.please_wait')
@yield('content')
@include('partial.footer') @include('partial.right-sidebar')
@include('partial.bottom_js') @stack('scripts') @include('announcement::announcement-message')