web.php 531 B

12345678910111213141516171819
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | Web Routes
  5. |--------------------------------------------------------------------------
  6. |
  7. | Here is where you can register web routes for your application. These
  8. | routes are loaded by the RouteServiceProvider within a group which
  9. | contains the "web" middleware group. Now create something great!
  10. |
  11. */
  12. //<<<<<<< HEAD
  13. //=======
  14. //
  15. //>>>>>>> 9aa477479386789a8615d89285e74706ec72fbab
  16. Route::get('/', function () {
  17. return view('welcome');
  18. });