Index: PostgreSqlDotnetCore/Views/PetCares/Create.cshtml
===================================================================
--- PostgreSqlDotnetCore/Views/PetCares/Create.cshtml	(revision 99d0eccaa4a992555784a467c5ce614b64ffb749)
+++ PostgreSqlDotnetCore/Views/PetCares/Create.cshtml	(revision a3ce071e97bad04f989c769589a31427febe9ff3)
@@ -30,4 +30,11 @@
         </div>
     </div>
+        <div class="form-group">
+            @Html.LabelFor(model => model.start_date, htmlAttributes: new { @class = "control-label col-md-2" })
+            <div class="col-md-10">
+                @Html.EditorFor(model => model.start_date, new { htmlAttributes = new { @class = "form-control" } })
+                @Html.ValidationMessageFor(model => model.start_date, "", new { @class = "text-danger" })
+            </div>
+        </div>
     <div class="form-group">
         @Html.LabelFor(model => model.dateending, htmlAttributes: new { @class = "control-label col-md-2" })
@@ -37,11 +44,5 @@
         </div>
     </div>
-        <div class="form-group">
-            @Html.LabelFor(model => model.start_date, htmlAttributes: new { @class = "control-label col-md-2" })
-            <div class="col-md-10">
-                @Html.EditorFor(model => model.start_date, new { htmlAttributes = new { @class = "form-control" } })
-                @Html.ValidationMessageFor(model => model.start_date, "", new { @class = "text-danger" })
-            </div>
-        </div>
+    
 
 
Index: PostgreSqlDotnetCore/Views/PetCares/Delete.cshtml
===================================================================
--- PostgreSqlDotnetCore/Views/PetCares/Delete.cshtml	(revision 99d0eccaa4a992555784a467c5ce614b64ffb749)
+++ PostgreSqlDotnetCore/Views/PetCares/Delete.cshtml	(revision a3ce071e97bad04f989c769589a31427febe9ff3)
@@ -19,9 +19,10 @@
         </dt>
         <dt>
+            @Html.DisplayNameFor(model => model.start_date)
+        </dt>
+        <dt>
             @Html.DisplayNameFor(model => model.dateending)
         </dt>
-        <dt>
-            @Html.DisplayNameFor(model => model.start_date)
-        </dt>
+       
         <dt>
             @Html.DisplayNameFor(model => model.usersid)
@@ -39,9 +40,10 @@
         </dd>
         <dd>
+            @Html.DisplayFor(model => model.start_date)
+        </dd>
+        <dd>
             @Html.DisplayFor(model => model.dateending)
         </dd>
-        <dd>
-            @Html.DisplayFor(model => model.start_date)
-        </dd>
+       
         <dd>
             @Html.DisplayFor(model => model.usersid)
Index: PostgreSqlDotnetCore/Views/PetCares/Edit.cshtml
===================================================================
--- PostgreSqlDotnetCore/Views/PetCares/Edit.cshtml	(revision 99d0eccaa4a992555784a467c5ce614b64ffb749)
+++ PostgreSqlDotnetCore/Views/PetCares/Edit.cshtml	(revision a3ce071e97bad04f989c769589a31427febe9ff3)
@@ -32,4 +32,11 @@
         </div>
     </div>
+        <div class="form-group">
+            @Html.LabelFor(model => model.start_date, htmlAttributes: new { @class = "control-label col-md-2" })
+            <div class="col-md-10">
+                @Html.EditorFor(model => model.start_date, new { htmlAttributes = new { @class = "form-control" } })
+                @Html.ValidationMessageFor(model => model.start_date, "", new { @class = "text-danger" })
+            </div>
+        </div>
 
     <div class="form-group">
@@ -40,11 +47,5 @@
         </div>
     </div>
-        <div class="form-group">
-            @Html.LabelFor(model => model.start_date, htmlAttributes: new { @class = "control-label col-md-2" })
-            <div class="col-md-10">
-                @Html.EditorFor(model => model.start_date, new { htmlAttributes = new { @class = "form-control" } })
-                @Html.ValidationMessageFor(model => model.start_date, "", new { @class = "text-danger" })
-            </div>
-        </div>
+    
 
         <div class="form-group">
Index: PostgreSqlDotnetCore/Views/PetCares/Index.cshtml
===================================================================
--- PostgreSqlDotnetCore/Views/PetCares/Index.cshtml	(revision 99d0eccaa4a992555784a467c5ce614b64ffb749)
+++ PostgreSqlDotnetCore/Views/PetCares/Index.cshtml	(revision a3ce071e97bad04f989c769589a31427febe9ff3)
@@ -20,9 +20,10 @@
         </th>
         <th>
+            @Html.DisplayNameFor(model => model.start_date)
+        </th>
+        <th>
             @Html.DisplayNameFor(model => model.dateending)
         </th>
-        <th>
-            @Html.DisplayNameFor(model => model.start_date)
-        </th>
+       
         <th>
             @Html.DisplayNameFor(model => model.usersid)
@@ -49,9 +50,10 @@
             </td>
             <td>
+                @Html.DisplayFor(modelItem => item.start_date)
+            </td>
+            <td>
                 @Html.DisplayFor(modelItem => item.dateending)
             </td>
-            <td>
-                @Html.DisplayFor(modelItem => item.start_date)
-            </td>
+            
             <td>
                 @Html.DisplayFor(modelItem => item.usersid)
