@model ReportViewModel
@await Html.PartialAsync("_CostMakeUpReport", Model.CostMakeUpForVehicle)
@await Html.PartialAsync("_GasCostByMonthReport", Model.CostForVehicleByMonth)
@await Html.PartialAsync("_ReminderMakeUpReport", Model.ReminderMakeUpForVehicle)

@await Html.PartialAsync("_Collaborators", Model.Collaborators)
@await Html.PartialAsync("_MPGByMonthReport", Model.FuelMileageForVehicleByMonth)