<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="csrf-token" content="{{ csrf_token() }}" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>MyRA DH - {{ isset($title) ? $title:'Dashboard' }}</title>
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- jquery ui 1.11.2 -->
<link rel="stylesheet" href="{{ get_template('js/plugins/jquery-ui-1.11.2/jquery-ui.min.css') }}">
<!-- bootstrap 3.0.2 -->
<link href="{{ get_template('css/bootstrap.min.css') }}" rel="stylesheet" type="text/css" />
<!-- font Awesome -->
<link href="{{ get_template('css/font-awesome.min.css') }}" rel="stylesheet" type="text/css" />
<!-- Ionicons -->
<link href="{{ get_template('css/ionicons.min.css') }}" rel="stylesheet" type="text/css" />
<!-- Morris chart -->
<link href="{{ get_template('css/morris/morris.css') }}" rel="stylesheet" type="text/css" />
<!-- jvectormap -->
<link href="{{ get_template('css/jvectormap/jquery-jvectormap-1.2.2.css') }}" rel="stylesheet" type="text/css" />
<!-- fullCalendar -->
<link href="{{ get_template('css/fullcalendar/fullcalendar.css') }}" rel="stylesheet" type="text/css" />
<!-- Daterange picker -->
<link href="{{ get_template('css/daterangepicker/daterangepicker-bs3.css') }}" rel="stylesheet" type="text/css" />
<!-- bootstrap wysihtml5 - text editor -->
<link href="{{ get_template('css/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css') }}" rel="stylesheet" type="text/css" />
<!-- Sweet Alert 2 -->
<link href="{{ get_template('css/sweetalert2/sweetalert2.min.css') }}" rel="stylesheet" type="text/css" />
<!-- Select 2 -->
<link href="{{ get_template('css/select2/select2.min.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ get_template('css/select2/select2-bootstrap.min.css') }}" rel="stylesheet" type="text/css" />
<!-- Datatables -->
<link href="{{ get_template('css/datatables/dataTables.bootstrap.css') }}" rel="stylesheet" type="text/css" />
<!-- int number -->
<link rel="stylesheet" href="{{ get_template('css/intlnum/css/intlTelInput.css') }}">
<!-- token input -->
<link rel="stylesheet" href="{{ get_template('css/tokeninput/token-input.css') }}">
<link rel="stylesheet" href="{{ get_template('css/tokeninput/token-input-facebook.css') }}">
<!-- Theme style -->
<link href="{{ get_template('css/AdminLTE.css') }}" rel="stylesheet" type="text/css" />
<!-- custom style -->
<link href="{{ get_template('css/custom.css') }}" rel="stylesheet" type="text/css" />
<!-- 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:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
@yield('page-css')
</head>
<body class="skin-{{ config('template.skin') }} fixed" data-url="{{ url('/') }}"
data-datepicker-format="{{ auth('employer')->user()->client->date_picker['date_picker'] }}"
data-datepicker-date="{{ date(auth('employer')->user()->client->date_picker['php']) }}"
data-datepicker-mask="{{ auth('employer')->user()->client->date_picker['mask'] }}">
<!-- header logo: style can be found in header.less -->
<header class="header">
<a href="{{ url(config('modules.employer').'/'.session('root_dir').'/dashboard') }}" class="logo">
<!-- Add the class icon to your logo image or logo icon to add the margining -->
MYRA DH - Employer
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="navbar-btn sidebar-toggle" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<div class="navbar-right">
<ul class="nav navbar-nav">
<!-- User Account: style can be found in dropdown.less -->
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="glyphicon glyphicon-user"></i>
<span>{{ auth('employer')->user()->name }} <i class="caret"></i></span>
</a>
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header bg-light-blue" style="height:100px;">
<p>
{{ auth('employer')->user()->name }}
<small>{{ auth('employer')->user()->email }}</small>
<small><b>Version:</b> {{ config('app.version') }}</small>
</p>
</li>
<!-- Menu Footer-->
<li class="user-footer">
<div class="pull-left">
<a href="#" class="btn btn-default btn-flat">Profile</a>
</div>
<div class="pull-right">
<a href="{{ url(config('modules.employer').'/'.session('root_dir').'/auth/logout') }}" class="btn btn-default btn-flat">Sign out</a>
</div>
</li>
</ul>
</li>
</ul>
</div>
</nav>
</header>
<div class="wrapper row-offcanvas row-offcanvas-left">
<!-- Left side column. contains the logo and sidebar -->
<aside class="left-side sidebar-offcanvas">
<!-- sidebar: style can be found in sidebar.less -->
<section class="sidebar">
<form action="#" method="get" class="sidebar-form">
<div class="input-group">
<input type="text" name="q" class="form-control" placeholder="Search...">
<span class="input-group-btn">
<button type="submit" name="seach" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i></button>
</span>
</div>
</form>
<!-- sidebar menu: : style can be found in sidebar.less -->
</section>
<!-- /.sidebar -->
</aside>
<!-- Right side column. Contains the navbar and content of the page -->
<aside class="right-side">
@yield('page-body')
</aside><!-- /.right-side -->
</div><!-- ./wrapper -->
<!-- jQuery 2.0.2 -->
<script src="{{ get_template('js/jquery.min.js') }}"></script>
<!-- jQuery UI 1.11.2 -->
<script src="{{ get_template('js/plugins/jquery-ui-1.11.2/jquery-ui.min.js') }}" type="text/javascript"></script>
<!-- Bootstrap -->
<script src="{{ get_template('js/bootstrap.min.js') }}" type="text/javascript"></script>
<!-- Morris.js charts -->
<script src="{{ get_template('js/plugins/morris/morris.min.js') }}" type="text/javascript"></script>
<!-- Sparkline -->
<script src="{{ get_template('js/plugins/sparkline/jquery.sparkline.min.js') }}" type="text/javascript"></script>
<!-- jvectormap -->
<script src="{{ get_template('js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js') }}" type="text/javascript"></script>
<script src="{{ get_template('js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js') }}" type="text/javascript"></script>
<!-- fullCalendar -->
<script src="{{ get_template('js/plugins/fullcalendar/fullcalendar.min.js') }}" type="text/javascript"></script>
<!-- jQuery Knob Chart -->
<script src="{{ get_template('js/plugins/jqueryKnob/jquery.knob.js') }}" type="text/javascript"></script>
<!-- daterangepicker -->
<script src="{{ get_template('js/plugins/daterangepicker/daterangepicker.js') }}" type="text/javascript"></script>
<!-- Bootstrap WYSIHTML5 -->
<script src="{{ get_template('js/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js') }}" type="text/javascript"></script>
<!-- Sweet Alert 2 -->
<script src="{{ get_template('js/plugins/sweetalert2/sweetalert2.min.js') }}" type="text/javascript"></script>
<!-- Select 2 -->
<script src="{{ get_template('js/plugins/select2/select2.full.js') }}" type="text/javascript"></script>
<!-- Datatables -->
<script src="{{ get_template('js/plugins/datatables/jquery.dataTables.js') }}" type="text/javascript"></script>
<script src="{{ get_template('js/plugins/datatables/dataTables.bootstrap.js') }}" type="text/javascript"></script>
<!-- iCheck -->
<script src="{{ get_template('js/plugins/iCheck/icheck.min.js') }}" type="text/javascript"></script>
<!-- notifyjs -->
<script src="{{ get_template('js/plugins/notifyjs/notify.min.js') }}" type="text/javascript"></script>
<!-- token input -->
<script type="text/javascript" src="{{ get_template('js/plugins/tokeninput/jquery.tokeninput.js') }}"></script>
<!-- input mask -->
<script type="text/javascript" src="{{ get_template('js/plugins/input-mask/jquery.inputmask.js') }}"></script>
<script type="text/javascript" src="{{ get_template('js/plugins/input-mask/jquery.inputmask.date.extensions.js') }}"></script>
<script type="text/javascript" src="{{ get_template('js/plugins/input-mask/jquery.inputmask.extensions.js') }}"></script>
<!-- AdminLTE App -->
<script src="{{ get_template('js/AdminLTE/app.js') }}" type="text/javascript"></script>
<script type="text/javascript">
$.ajaxSetup({
headers: {
'X-CSRF-Token' : $('meta[name=csrf-token]').attr('content'),
}
});
$(function () {
$('[data-toggle="tooltip"]').tooltip();
});
</script>
<script type="text/javascript" src="{{ get_template('js/helpers.js') }}"></script>
@yield('page-js')
</body>
</html>