contact to habarlashyk
This commit is contained in:
parent
499cc331ea
commit
38340f286e
|
|
@ -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"> <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"> <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> <a class="dropbtn" style="display: inline-block;font-family:SourceSansRegular;" onclick="myDropdownFunc()">TKM</a></li>
|
||||
<div class="dropdown-content" id="myDropdown">
|
||||
|
|
|
|||
|
|
@ -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 -------- ** //
|
||||
|
|
|
|||
Loading…
Reference in New Issue