style.blade.php 603 Bytes
Newer Older
UtopiaXC's avatar
UtopiaXC committed
1 2 3 4 5 6 7 8 9
<!-- Styles -->
<link href="https://fonts.googleapis.com/css?family=Poppins:400,500,700,800&display=swap" rel="stylesheet">
<link href="{{asset('/plugins/bootstrap/css/bootstrap.min.css')}}" rel="stylesheet">
<link href="{{asset('/plugins/font-awesome/css/all.min.css')}}" rel="stylesheet">
<link href="{{asset('/plugins/perfectscroll/perfect-scrollbar.css')}}" rel="stylesheet">
<link href="{{asset('/plugins/apexcharts/apexcharts.css')}}" rel="stylesheet">
<!-- Theme Styles -->
<link href="{{asset('/css/main.min.css')}}" rel="stylesheet">
<link href="{{asset('/css/custom.css')}}" rel="stylesheet">