{!! HTML::style('front_assets/plugins/bootstrap/css/bootstrap.min.css') !!} {!! HTML::style('front_assets/css/style.css?v=2')!!} {!! HTML::style('front_assets/plugins/font-awesome/css/font-awesome.min.css') !!} {!! HTML::style('front_assets/plugins/sky-forms/version-2.0.1/css/custom-sky-forms.css') !!} {!! HTML::style('front_assets/plugins/scrollbar/src/perfect-scrollbar.css') !!} {!! HTML::style('front_assets/plugins/fullcalendar/fullcalendar.css') !!} {!! HTML::style('front_assets/plugins/fullcalendar/fullcalendar.print.css',array('media' => 'print')) !!} {!! HTML::style('front_assets/css/pages/profile.css') !!} {!! HTML::style("front_assets/css/theme-colors/$setting->front_theme.css") !!} {!! HTML::style('assets/global/plugins/uniform/css/uniform.default.min.css')!!} {!! HTML::style('front_assets/css/custom.css') !!} {!! HTML::style('assets/global/plugins/froiden-helper/helper.css') !!} @yield('head')
{{----------------MAINTENANCE CHECK----------------}} @include('maintenance_check') {{----------------MAINTENANCE CHECK----------------}}
{{--------------------Main Area----------------}} @yield('mainarea') {{---------------Main Area End here------------}}
{{--------------------------Apply Leave MODALS-----------------------------}} {{------------------------Apply Leave MODALS-------------------------}} {{--------------------------Change Password MODALS-----------------------------}} {{------------------------Change Password MODALS-------------------------}}
{!! HTML::script('front_assets/plugins/jquery/jquery.min.js') !!} {!! HTML::script('front_assets/plugins/jquery/jquery-migrate.min.js') !!} {!! HTML::script('front_assets/plugins/bootstrap/js/bootstrap.min.js') !!} {!! HTML::script('front_assets/plugins/back-to-top.js') !!} {!! HTML::script('front_assets/plugins/scrollbar/src/jquery.mousewheel.js') !!} {!! HTML::script('front_assets/plugins/scrollbar/src/perfect-scrollbar.js') !!} {!! HTML::script('front_assets//plugins/sky-forms/version-2.0.1/js/jquery-ui.min.js') !!} {!! HTML::script('front_assets/plugins/sky-forms/version-2.0.1/js/jquery.form.min.js') !!} {!! HTML::script('front_assets/plugins/lib/moment.min.js') !!} {!! HTML::script('assets/global/plugins/uniform/jquery.uniform.min.js')!!} {!! HTML::script('assets/global/plugins/froiden-helper/helper.js')!!} @yield('footerjs')