contact to habarlashyk

This commit is contained in:
tmStore 2019-08-01 12:13:35 +05:00
parent 499cc331ea
commit 38340f286e
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
<li><a class = "aq" style = "font-family: SourceSansRegular;font-size: 15.5px;" href="{{route('home')}}">Tölegli maglumat</a></li>
</div> </ul>
<ul class="bottom-right-menu pull-right" style="margin: 0; padding: 0; display: inline-block;">
<li><img src="{{ asset('assets/img/phone.png') }}" style="height: 17px; display: inline-block; margin-top: -4px">&nbsp;&nbsp;&nbsp;<a href="{{route('contact')}}" style="display: inline-block; font-family:SourceSansRegular;">Habarlaşmak üçin</a></li>
<li><img src="{{ asset('assets/img/phone.png') }}" style="height: 17px; display: inline-block; margin-top: -4px">&nbsp;&nbsp;&nbsp;<a href="{{route('habarlashyk')}}" style="display: inline-block; font-family:SourceSansRegular;">Habarlaşmak üçin</a></li>
<div class="dropdown" style="display: inline-block">
<li style="color: #ffffff"><i class="icon-globe" style="display: inline-block"></i>&nbsp;&nbsp; <a class="dropbtn" style="display: inline-block;font-family:SourceSansRegular;" onclick="myDropdownFunc()">TKM</a></li>
<div class="dropdown-content" id="myDropdown">

View File

@ -27,8 +27,8 @@ Route::get('/news', 'WebController@newsList')->name('newsList');
Route::get('/news/{id}', 'WebController@getNews')->name('getNews');
Route::get('/film/{id}', 'WebController@getFilm')->name('getFilm');
Route::get('/contacts', 'WebController@habarlashyk')->name('contact');
Route::post('/send', 'WebController@send')->name('send');
Route::get('/habarlashyk', 'WebController@habarlashyk')->name('habarlashyk');
Route::post('/contact/send', 'WebController@send')->name('send');
// ** ------- WEB -------- ** //