Przeglądaj źródła

add links to form and table on welcome page

Zlata Kozitsina 1 rok temu
rodzic
commit
a6f9345596

+ 4 - 1
resources/views/layout.blade.php

@@ -16,6 +16,9 @@
     th{
       background-color: #fcd4db;
     }
+    a{
+      text-decoration: none; 
+    }
   </style> 
 </head>
 <body>
@@ -23,8 +26,8 @@
     @include('partials.header')
 
     @section('content')
-    
     @show
+    <hr>
     @include('partials.footer')
 
 </body>

Plik diff jest za duży
+ 2 - 11
resources/views/welcome.blade.php


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików