File "web.php"

Full Path: /home/bettaeza/flyinsyria.com/.well-known/Contact/Routes/web.php
File size: 212 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
use Illuminate\Support\Facades\Route;
//Contact
Route::get('/contact','ContactController@index')->name("contact.index");
Route::post('/contact/store','ContactController@store')->name("contact.store");