@{
|
|
ViewBag.Title = "خانه";
|
|
}
|
|
<section>
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
@Html.Action("LatestJobList", "Job", new { count = 15 })
|
|
</div>
|
|
</div>
|
|
</section>
|