<!-- Place favicon.ico in the root directory -->
<link rel="icon" type="image/png" sizes="32x32" href="{{ asset('frontend/rappo/images/favicon.png') }}">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="{{ asset('frontend/rappo/plugins/bootstrap/css/bootstrap.min.css') }}">
<!-- Animate Css -->
<link rel="stylesheet" href="{{ asset('frontend/rappo/plugins/animate-css/animate.css') }}">
<!-- Icon Font css -->
<link rel="stylesheet" href="{{ asset('frontend/rappo/plugins/fontawesome/css/all.css') }}">
<link rel="stylesheet" href="{{ asset('frontend/rappo/plugins/fonts/Pe-icon-7-stroke.css') }}">
<!-- Themify icon Css -->
<link rel="stylesheet" href="{{ asset('frontend/rappo/plugins/themify/css/themify-icons.css') }}">
<!-- Slick Carousel CSS -->
<link rel="stylesheet" href="{{ asset('frontend/rappo/plugins/slick-carousel/slick/slick.css') }}">
<link rel="stylesheet" href="{{ asset('frontend/rappo/plugins/slick-carousel/slick/slick-theme.css') }}">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="{{ asset('frontend/rappo/css/style.css') }}">
<link href="https://cdn.jsdelivr.net/npm/smartwizard@5/dist/css/smart_wizard_all.min.css" rel="stylesheet" type="text/css" />
<!-- Backend Files -->
<link rel="stylesheet" media="screen, print" href="{{ asset('backend/smartadmin/css/notifications/toastr/toastr.css') }}">
<link rel="stylesheet" media="screen, print" href="{{ asset('backend/smartadmin/css/notifications/sweetalert2/sweetalert2.bundle.css') }}">
<link rel="stylesheet" media="screen, print" href="{{ asset('backend/smartadmin/css/formplugins/select2/select2.bundle.css') }}" >
<link rel="stylesheet" media="screen, print" href="{{ asset('easy-autocomplete.css') }}">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">