403Webshell
Server IP : 77.68.25.176  /  Your IP : 216.73.216.24
Web Server : Apache
System : Linux plesk 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21 08:55:05 UTC 2021 x86_64
User : dwp ( 10001)
PHP Version : 7.4.33
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/dazzlingwebplanet.co.uk/rightway-admin.dazzlingwebplanet.co.uk/routes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/dazzlingwebplanet.co.uk/rightway-admin.dazzlingwebplanet.co.uk/routes/unit.php
<?php

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

Route::group(['middleware' => ['auth', '2fa']], function () {

Route::get('cp/units/', 'Units\UnitsController@index')->name('cp.units');
Route::get('cp/units/create', 'Units\UnitsController@create')->name('cp.units.add');
Route::post('cp/unit/store', 'Units\UnitsController@store')->name('cp.units.info.store');
Route::post('cp/units/store', 'Units\UnitsController@storeNew')->name('cp.units.info.store.new');
Route::get('cp/units/edit/{id}', 'Units\UnitsController@edit')->name('cp.units.edit');
Route::get('cp/units/view/{id}', 'Units\UnitsController@show')->name('cp.units.view');
Route::get('cp/units/view/history/{id}', 'Units\UnitsController@viewHistory')->name('view-history');
Route::post('cp/units/make-unit-terminated', 'Units\UnitsController@changeStatus')->name('vehicle.status.change');
Route::post('cp/units/update', 'Units\UnitsController@update')->name('cp.units.info.update');
Route::post('cp/units/destroy', 'Units\UnitsController@destroy')->name('cp.unit.destroy');
Route::get('cp/units/general-info/add-edit/{id}', 'Units\UnitsController@generalInfoEdit')->name('cp.unit.general.edit');
Route::patch('cp/units/general-info/{id}/update', 'Units\UnitsController@generalInfoUpdate')->name('cp.unit.general.update');
Route::get('cp/units/state-info/add-edit/{id}', 'Units\UnitsController@stateInfoEdit')->name('cp.unit.state.info.edit');
Route::post('cp/units/state-info/update', 'Units\UnitsController@stateInfoUpdate')->name('cp.unit.state.update');
Route::get('cp/units/specification-info/add-edit/{id}', 'Units\UnitsController@specificationInfoEdit')->name('cp.unit.specification.edit');
Route::post('cp/units/specification-info/update', 'Units\UnitsController@specificationInfoupdate')->name('cp.unit.specification.update');
Route::get('cp/units/additional-info/add-edit/{id}', 'Units\UnitsController@additionalInfoEdit')->name('cp.unit.additional.edit');
Route::post('cp/units/additional-info/update', 'Units\UnitsController@additionalInfoUpdate')->name('cp.unit.additional.info.update');
Route::get('cp/units/ownership-info/add-edit/{id}', 'Units\UnitsController@ownershipInfoEdit')->name('cp.ownership.info.edit');
Route::post('cp/units/ownership-info/update', 'Units\UnitsController@ownershipInfoUpdate')->name('cp.unit.ownership.update');
Route::get('cp/units/yearly-cost-info/add-edit/{id}', 'Units\UnitsController@yearlyCostInfoEdit')->name('cp.unit.yearly.cost.edit');
Route::post('cp/units/yearly-cost-info/update', 'Units\UnitsController@yearlyCostInfoUpdate')->name('cp.unit.yearly.cost.update');
Route::get('cp/units/weight-info/add-edit/{id}', 'Units\UnitsController@weightEdit')->name('cp.unit.weight.edit');
Route::post('cp/units/weight-info/update', 'Units\UnitsController@weightUpdate')->name('cp.unit.weight.info.update');
Route::get('cp/units/powered-info/add-edit/{id}', 'Units\UnitsController@poweredUnitEdit')->name('cp.unit.powered.edit');
Route::post('cp/units/powered-info/update', 'Units\UnitsController@poweredUnitUpdate')->name('cp.unit.powered.update');
Route::get('cp/units/fuel-tax-info/add-edit/{id}', 'Units\UnitsController@fuelTaxEdit')->name('cp.unit.fuel.tax.edit');
Route::post('cp/units/fuel-tax-info/update', 'Units\UnitsController@fuelTaxUpdate')->name('cp.unit.fuel.tax.update');
Route::post('cp/units/general-info/destroy', 'Units\UnitsController@genInfoDestroy')->name('cp.unit.gen.info.destroy');
Route::post('cp/units/state-info/destroy', 'Units\UnitsController@stateInfoDestroy')->name('cp.unit.state.info.destroy');
Route::post('cp/units/specifications-info/destroy', 'Units\UnitsController@specificationsInfoDestroy')->name('cp.unit.specifications.info.destroy');
Route::post('cp/units/additional-info/destroy', 'Units\UnitsController@additionalInfoDestroy')->name('cp.unit.additional.info.destroy');
Route::post('cp/units/ownership-info/destroy', 'Units\UnitsController@ownershipInfoDestroy')->name('cp.unit.ownership.info.destroy');
Route::post('cp/units/yearly-cost-info/destroy', 'Units\UnitsController@yearlyCostInfoDestroy')->name('cp.unit.yearly.cost.info.destroy');
Route::post('cp/units/weights-info/destroy', 'Units\UnitsController@weightInfoDestroy')->name('cp.unit.weight.info.destroy');
Route::post('cp/units/powered-unit-info/destroy', 'Units\UnitsController@poweredUnitDestroy')->name('cp.unit.powered.unit.destroy');
Route::post('cp/units/fuel-tax-info/destroy', 'Units\UnitsController@fuelTaxUnitDestroy')->name('cp.fuel.tax.destroy');
// Get Notification Detail On ajax
Route::post('cp/home/notification/detail', 'Notification\NotificationDetailController@getNotification')->name('get-first-notification-detail');
Route::post('cp/home/notification/detail/destroy', 'Notification\StoreNotificationController@destroyNotification')->name('destroy-notification-detail');
//Company Unit History
Route::get('cp/unit-history/renewable-item/add/{id}', 'Units\UnitServiceHistoryController@renewableItemAdd')->name('cp.renewableItem.add');
Route::post('cp/unit-history/renewable-item/store', 'Units\UnitServiceHistoryController@renewableItemStore')->name('cp.renewableItem.store');
Route::get('cp/unit-history/renewable-item/edit/{id}', 'Units\UnitServiceHistoryController@renewableItemEdit')->name('cp.renewableItem.edit');
Route::post('cp/unit-history/renewable-item/update', 'Units\UnitServiceHistoryController@renewableItemUpdate')->name('cp.renewableItem.update');
Route::post('cp/unit-history/renewable-item/delete', 'Units\UnitServiceHistoryController@renewableItemDestroy')->name('cp.renewable.item.destroy');
Route::get('cp/unit/renewable-item/history/{id}', 'Units\UnitServiceHistoryController@history')->name('cp.renewable.item.history');


Route::get('cp/unit-history/renewable/add/{id}', 'Units\UnitServiceHistoryController@create')->name('add.renewable.checklist');
Route::post('cp/unit-history/renewable/add-edit', 'Units\UnitServiceHistoryController@addUpdate')->name('cp.unit.renewable.add.update');
Route::get('cp/unit-history/renewable/edit/{id}', 'Units\UnitServiceHistoryController@renewableEdit')->name('cp.renewable.edit');
Route::get('cp/unit-history/inspection-info/add/{id}', 'Units\UnitServiceHistoryController@inspectionAdd')->name('add.inspection.info.add');
Route::post('cp/unit-history/inspection-info/add-edit', 'Units\UnitServiceHistoryController@inspectionAddUpdate')->name('cp.unit.Inspection.add.update');
Route::get('cp/unit-history/inspection-info/edit/{id}', 'Units\UnitServiceHistoryController@inspectionedit')->name('cp.inspection.edit');
Route::get('cp/unit-history/unit-out-of-service/add/{id}', 'Units\UnitServiceHistoryController@createOutofService')->name('add.out.of.service');
Route::post('cp/unit-history/unit-out-of-service/add-update', 'Units\UnitServiceHistoryController@addUpdateOutOfService')->name('cp.unit.out_of_service.store');
Route::get('cp/unit-history/unit-out-of-service/edit/{id}', 'Units\UnitServiceHistoryController@outOfServiceEdit')->name('cp.outofService.edit');
Route::post('cp/unit-history/renewable/destroy', 'Units\UnitServiceHistoryController@renewableDestroy')->name('cp.renewable.destroy');
Route::post('cp/unit-history/unit-inspection/destroy', 'Units\UnitServiceHistoryController@inpectionDestroy')->name('cp.inspection.destroy');
Route::post('cp/unit-history/unit-out-of-service/destroy', 'Units\UnitServiceHistoryController@outOfServiceDestroy')->name('cp.out.of.service.destroy');
//Annual Inspec
Route::post('cp/unit/view/annual-inspection/destroy', 'Units\UnitsController@annualInspecDestroy')->name('cp.annual_inspe.destroy');
Route::post('cp/unit/view/other-info/destroy', 'Units\UnitsController@otherInfoDestroy')->name('cp.other.info.destroy');
Route::get('cp/unit/view/annual-inspection/add/{id}', 'Units\UnitsController@addAnnualInsp')->name('cp.unit.annual.info.add');
Route::get('cp/unit/view/annual-inspection/edit/{id}', 'Units\UnitsController@editAnnualInsp')->name('cp.unit.annual.info.edit');
Route::post('cp/unit/view/annual-inspection/store', 'Units\UnitsController@storeAnnualInfo')->name('cp.unit.annual.info');
Route::post('cp/unit/view/annual-inspection/update', 'Units\UnitsController@annualInfoUpdate')->name('cp.unit.annual.info.update');
Route::get('cp/unit/view/other-info/add/{id}', 'Units\UnitsController@otherInfoAdd')->name('cp.unit.other.info.add');
Route::post('cp/unit/view/other-info/store', 'Units\UnitsController@storeOtherInfo')->name('cp.unit.other.info');
Route::get('cp/unit/view/other-info/edit/{id}', 'Units\UnitsController@editOtherInfo')->name('cp.unit.other.info.edit');
Route::post('cp/unit/view/other-info/update', 'Units\UnitsController@updateOtherInfo')->name('cp.unit.other.info.update');
//Company Unit add Trip Info
Route::get('cp/unit-trip-info/add/{id}', 'Units\FuelController@create')->name('cp.unit.fuel.create');
Route::post('cp/unit-trip-info/add-edit', 'Units\FuelController@store')->name('cp.unit.fuel.store');
Route::post('cp/unit-trip-info/update', 'Units\FuelController@update')->name('cp.unit.fuel.update');
Route::post('cp/unit-trip-info/destroy', 'Units\FuelController@destroy')->name('cp.trip.destroy');
Route::get('cp/unit-trip-info/edit/{id}', 'Units\FuelController@edit')->name('cp.unit.trip.edit');
Route::any('cp/unit-trip-info/view/{id}', 'Units\FuelController@show')->name('cp.unit.trip.view');
Route::get('cp/unit-trip-info/edit/destroy/{id}', 'Units\FuelController@fuelTaxUnitEditDestroy')->name('delete.fuel.info');
Route::get('cp/unit-trip-info/edit/miles/destroy/{id}', 'Units\FuelController@fuelTaxUnitMilesDestroy')->name('delete.miles.info');

Route::post('unit/attachmets', 'Units\AttachmetsController@store')->name('cp.unit.attachmets.store');
Route::post('unit/attachmets/destroy', 'Units\AttachmetsController@destroy')->name('cp.unit.attachmets.destroy');
Route::post('unit/attachmets/update', 'Units\AttachmetsController@update')->name('cp.unit.attachmets.update');
Route::get('unit/attachmets/edit', 'Units\AttachmetsController@edit')->name('cp.unit.attachmets.edit');

Route::get('units/view/road-side-inspection/add/{id}', 'Units\RoadsideInspectionController@create')->name('add_unit_roadside_inspe');
Route::get('units/road-side-inspection/add', 'Units\RoadsideInspectionController@companySideRoadSideInspec')->name('add_unit_roadside_inspe_forcompany');
Route::post('units/view/road-side-inspection/store', 'Units\RoadsideInspectionController@store')->name('add_unit_roadside_inspe_store');
Route::get('units/view/road-side-inspection/edit/{id}', 'Units\RoadsideInspectionController@edit')->name('add_unit_roadside_inspe_edit');
Route::post('units/view/road-side-inspection/update', 'Units\RoadsideInspectionController@update')->name('add_unit_roadside_inspe_update');
Route::post('units/view/road-side-inspection/destroy', 'Units\RoadsideInspectionController@destroy')->name('add_unit_roadside_inspe_destroy');


Route::resource('vehicle-item-checklist', 'Units\VehicleCheckListItemController');
Route::post('vehicle-item-checklist/{id}/update', 'Units\VehicleCheckListItemController@update')->name('vehicle-item-checklist.update-item');
Route::post('checklist-item/open-history', 'Units\VehicleCheckListItemController@openHistory');
Route::get('import-vehicle/index', 'Units\VehicleCheckListItemController@ImportVehicle')->name('import-vehicle.index');
Route::post('import-vehicle/store', 'Units\VehicleCheckListItemController@ImportVehicleStore')->name('import-vehicle.store');
Route::get('export-vehicle', 'Units\VehicleCheckListItemController@exportVehice')->name('export-vehicle');
Route::get('export-vehicle-maintenance', 'Units\VehicleCheckListItemController@exportVehiceMaintenance')->name('export-vehicle-maintenance');
Route::get('remove-space-from-attachments', 'Units\AttachmetsController@removeSpaceScript');

});


Youez - 2016 - github.com/yon3zu
LinuXploit