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 561B

123456789101112
  1. <!-- Required meta tags-->
  2. <meta charset="UTF-8">
  3. <meta http-equiv="Content-Type" content="text/html;" />
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
  5. <title>Dashboard - Dealer</title>
  6. <link rel="icon" href="{{ url('assets/favicon-2.png') }}" type="image/gif">
  7. <!-- Required Fremwork -->
  8. <link rel="stylesheet" type="text/css" href="{{ url('css/styles.css') }}">
  9. <!-- Custom Css -->
  10. <link rel="stylesheet" type="text/css" href="{{ url('css/main.css') }}">