bukja orders card bg changed
This commit is contained in:
parent
c6e58fb18e
commit
5104b87a93
|
|
@ -137,7 +137,7 @@
|
|||
<div class="col-md-3">
|
||||
<div class="row">
|
||||
<!-- small box -->
|
||||
<div class="small-box bg-aqua">
|
||||
<div class="small-box bg-purple">
|
||||
<div class="inner">
|
||||
<h3>{{$bukja}}</h3>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,20 +1,8 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Web Routes
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Here is where you can register web routes for your application. These
|
||||
| routes are loaded by the RouteServiceProvider within a group which
|
||||
| contains the "web" middleware group. Now create something great!
|
||||
|
|
||||
*/
|
||||
|
||||
|
||||
Auth::routes();
|
||||
|
||||
// ** ------- WEB -------- ** //
|
||||
|
||||
Route::get('/', 'WebNewController@index')->name('homeWeb');
|
||||
Route::get('/getShow/{id}', 'MenuLinkController@getShow')->name('getShow');
|
||||
|
|
@ -24,28 +12,22 @@ Route::get('/getAllShow/{id}', 'MenuLinkController@getAllShow')->name('getAllSho
|
|||
Route::get('/getAllAdv/{id}', 'MenuLinkController@getAllAdv')->name('getAllAdv');
|
||||
Route::get('/page/{id}', 'MenuLinkController@menuLinkWeb')->name('menuLinkWeb');
|
||||
Route::get('/getAdv/{id}', 'MenuLinkController@getAdv')->name('getAdv');
|
||||
|
||||
Route::get('/news', 'MenuLinkController@newsList')->name('newsList');
|
||||
Route::get('/subscriptions', 'HomeController@subscriptions')->name('subscriptions');
|
||||
|
||||
Route::get('/news/{id}', 'MenuLinkController@getNews')->name('getNews');
|
||||
Route::get('/radio/{id}', 'HomeController@radio')->name('radio');
|
||||
Route::get('/film/{id}', 'MenuLinkController@getFilm')->name('getFilm');
|
||||
|
||||
Route::get('/habarlashyk', 'ContactController@habarlashyk')->name('cont');
|
||||
Route::post('/contact/send', 'ContactController@send')->name('send');
|
||||
Route::resource('/bukjalar','BukjaController')->name('*','bukjalar');
|
||||
Route::post('/bukjaStore','BukjaController@store')->name('*','bukjaStore');
|
||||
Route::get('/sendMail/{id}', 'ContactController@sendMail');
|
||||
Route::post('/postMail/', 'ContactController@postMail');
|
||||
|
||||
Route::get('/email', 'ContactController@email');
|
||||
Route::get('/web-page/{id}', 'HomeController@webpage');
|
||||
Route::post('/emailPost', 'ContactController@emailPost');
|
||||
|
||||
|
||||
// ** ------- WEB -------- ** //
|
||||
|
||||
Route::group(['prefix' => 'video'],function (){
|
||||
Route::get('/', 'HomeController@index')->name('home');
|
||||
Route::get('/search', 'HomeController@search')->name('search');
|
||||
|
|
@ -57,7 +39,6 @@ Route::group(['prefix' => 'video'],function (){
|
|||
Route::get('/material/{id}/download','HomeController@download')->name('download');
|
||||
Route::get('/material/{id}/like','HomeController@like')->name('like');
|
||||
Route::get('/material/{id}/buy','OrderController@buy')->name('buy');
|
||||
// Route::get('/dashboard', 'HomeController@dashboard')->name('dashboard');
|
||||
Route::get('/profile', 'HomeController@profile')->name('profile');
|
||||
Route::get('/tarif', 'HomeController@tarif')->name('tarif');
|
||||
Route::post('/profile', 'HomeController@profileUpdate')->name('profileUpdate');
|
||||
|
|
@ -72,3 +53,5 @@ Route::group(['prefix' => 'video'],function (){
|
|||
});
|
||||
});
|
||||
|
||||
|
||||
Route::get('/check-all-status', 'WebNewController@setEverythingToChecked');
|
||||
Loading…
Reference in New Issue