2024-03-29 17:44:38 +03:30
@inherits LayoutComponentBase
2024-06-30 19:57:32 +03:30
@inject Fixedvalues fv;
2024-03-29 17:44:38 +03:30
<HeadContent>
<!-- Place favicon.ico in the root directory -->
2024-06-28 18:31:12 +03:30
<link rel="icon" type="image/png" href="img/logo/siyahe.png" />
2024-03-29 17:44:38 +03:30
<!-- CSS here -->
<link rel="stylesheet" href="css/bootstrap.rtl.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/custom-animation.css">
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/swiper-bundle.css">
<link rel="stylesheet" href="css/meanmenu.css">
<link rel="stylesheet" href="css/font-awesome-pro.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/spacing.css">
<link rel="stylesheet" href="css/Lanstyle.css">
<link rel="stylesheet" href="css/rtl.css">
2024-09-19 19:53:44 +03:30
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="FA" />
<meta name="description" content="@description" />
2024-03-29 17:44:38 +03:30
</HeadContent>
<Lheader />
<div id="smooth-wrapper">
<div id="smooth-content">
@Body
<Lfooter />
</div>
</div>
2024-06-30 19:57:32 +03:30
@code{
2024-09-19 19:53:44 +03:30
public string description { get; set; } = "سامانه ای برای مدیریت صورتحساب های فروش با الگوی سازمان امورمالیاتی کشور و ارسال صورت حساب به سامانه مودیان";
2024-11-15 18:38:55 +03:30
2024-06-30 19:57:32 +03:30
}
2024-03-29 17:44:38 +03:30