Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

header.blade.php 4.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <title>{{ $site->site_title }} - {{ $site->site_tagline }}</title>
  2. <meta charset="utf-8">
  3. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  5. <!-- CSRF Token -->
  6. <meta name="csrf-token" content="{{ csrf_token() }}">
  7. <!-- Favicon icon -->
  8. <link rel="icon" href="{{ asset($site->favicon) }}" type="image/x-icon">
  9. <!-- Google font-->
  10. <link href="https://fonts.googleapis.com/css?family=Roboto:400,500" rel="stylesheet">
  11. <!-- Required Fremwork -->
  12. <link rel="stylesheet" type="text/css" href="{{ asset('bower_components/bootstrap/css/bootstrap.min.css') }}">
  13. <!-- waves.css -->
  14. <link rel="stylesheet" href="{{ asset('pages/waves/css/waves.min.css') }}" type="text/css" media="all">
  15. <!-- sweet alert framework -->
  16. <link rel="stylesheet" type="text/css" href="{{ asset('bower_components/sweetalert/css/sweetalert.css') }}">
  17. <!-- themify icon -->
  18. <link rel="stylesheet" type="text/css" href="{{ asset('assets/icon/themify-icons/themify-icons.css') }}">
  19. <!-- ico font -->
  20. <link rel="stylesheet" type="text/css" href="{{ asset('assets/icon/icofont/css/icofont.css') }}">
  21. <!-- Font Awesome -->
  22. <link rel="stylesheet" type="text/css" href="{{ asset('assets/icon/font-awesome/css/font-awesome.min.css') }}">
  23. <!-- scrollbar.css -->
  24. <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/jquery.mCustomScrollbar.css') }}">
  25. <!-- am chart export.css -->
  26. <link rel="stylesheet" href="https://www.amcharts.com/lib/3/plugins/export/export.css" type="text/css" media="all" />
  27. <!-- Date-time picker css -->
  28. <link rel="stylesheet" type="text/css" href="{{ asset('pages/advance-elements/css/bootstrap-datetimepicker.css') }}">
  29. <!-- Date-range picker css -->
  30. <link rel="stylesheet" type="text/css" href="{{ asset('bower_components/bootstrap-daterangepicker/css/daterangepicker.css') }}" />
  31. <!-- Date-Dropper css -->
  32. <link rel="stylesheet" type="text/css" href="{{ asset('bower_components/datedropper/css/datedropper.min.css') }}" />
  33. <!-- Color Picker css -->
  34. <link rel="stylesheet" type="text/css" href="{{ asset('bower_components/spectrum/css/spectrum.css') }}" />
  35. <!-- Mini-color css -->
  36. <link rel="stylesheet" type="text/css" href="{{ asset('bower_components/jquery-minicolors/css/jquery.minicolors.css') }}" />
  37. <!-- Data Table Css -->
  38. <link rel="stylesheet" type="text/css" href="{{ asset('bower_components/datatables.net-bs4/css/dataTables.bootstrap4.min.css') }}">
  39. <link rel="stylesheet" type="text/css" href="{{ asset('pages/data-table/css/buttons.dataTables.min.css') }}">
  40. <link rel="stylesheet" type="text/css" href="{{ asset('bower_components/datatables.net-responsive-bs4/css/responsive.bootstrap4.min.css') }}">
  41. <!-- animation nifty modal window effects css -->
  42. <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/component.css') }}">
  43. <!-- Notification.css -->
  44. <link rel="stylesheet" type="text/css" href="{{ asset('pages/notification/notification.css') }}">
  45. <!-- Animate.css -->
  46. <link rel="stylesheet" type="text/css" href="{{ asset('bower_components/animate.css/css/animate.css') }}">
  47. <!-- Select 2 css -->
  48. <link rel="stylesheet" href="{{ asset('bower_components/select2/css/select2.min.css') }}" />
  49. <!-- Multi Select css -->
  50. <link rel="stylesheet" type="text/css" href="{{ asset('bower_components/bootstrap-multiselect/css/bootstrap-multiselect.css') }}" />
  51. <link rel="stylesheet" type="text/css" href="{{ asset('bower_components/multiselect/css/multi-select.css') }}" />
  52. <!-- Style.css -->
  53. <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/style.css') }}">
  54. <!-- custom.css -->
  55. <link rel="stylesheet" type="text/css" href="{{ asset('pages/social-timeline/timeline.css') }}">
  56. <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/jquery.mCustomScrollbar.css') }}">
  57. <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/pcoded-horizontal.min.css') }}">
  58. <link rel="manifest" href="{{request()->root()}}/manifest.json">