Skip to content

Commit

Permalink
uodated with other modules
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedDip committed Jul 4, 2021
1 parent 7a52713 commit 921493b
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,20 +243,15 @@
Route::get('/editRequest/{id}', "reqController@edit");
Route::post('/editRequest/{id}', "reqController@update");


Route::get('/viewRequest', "reqController@detailsView");
Route::get('/detailsRequest/{id}', "reqController@details");


Route::get('/deleteRequest', "reqController@deleteview");
Route::get('/deleteRequest/{id}', "reqController@delete");
Route::post('/deleteRequest/{id}', "reqController@destroy");



Route::get('/viewClient', "clientControl@view");


Route::get('/request/moneyExchange', "ExchangeController@view");


Expand All @@ -265,7 +260,7 @@
Route::get('/client_search', 'ClientSearch@index');
Route::get('/live_search/action', 'ClientSearch@action')->name('client_search.action');

//pdf
//Client details with pdf feature

Route::get('/client_pdf', 'ClientPDFController@index');

Expand All @@ -286,15 +281,13 @@



//transactions
//transactions with pdf feature


Route::get('/transaction_pdf', 'TransactionPDFController@index');

Route::get('/transaction_pdf/pdf', 'TransactionPDFController@pdf');



// Review Problem

Route::get('/reviewView', "reviewController@index");
Expand All @@ -317,7 +310,7 @@

Route::get('/rates', "rateController@index");

//
//contact using json

Route::get('/contact/store', 'ContactController1@index');
Route::post('/contact/store', 'ContactController1@store');
Expand Down

0 comments on commit 921493b

Please sign in to comment.