Merge branch 'master' of gitlab.com:jankstudio/resq
This commit is contained in:
commit
4269e1c3e9
2 changed files with 8 additions and 6 deletions
|
|
@ -4,13 +4,15 @@ namespace App\Ramcar;
|
|||
|
||||
class ServiceType
|
||||
{
|
||||
const BATTERY_REPLACEMENT = 'battery';
|
||||
const TIRE_REPAIR = 'tire';
|
||||
const OVERHEAT_ASSITANCE = 'overheat';
|
||||
const EMERGENCY_REFUEL = 'fuel';
|
||||
const BATTERY_REPLACEMENT_NEW = 'battery_new';
|
||||
const BATTERY_REPLACEMENT_WARRANTY = 'battery_warranty';
|
||||
const TIRE_REPAIR = 'tire';
|
||||
const OVERHEAT_ASSITANCE = 'overheat';
|
||||
const EMERGENCY_REFUEL = 'fuel';
|
||||
|
||||
const COLLECTION = [
|
||||
'battery' => 'Battery Replacement',
|
||||
'battery_new' => 'Battery Replacement (New)',
|
||||
'battery_warranty' => 'Battery Replacement (Under Warranty)',
|
||||
'tire' => 'Tire Repair',
|
||||
'overheat' => 'Overheat Assistance',
|
||||
'fuel' => 'Emergency Refuel',
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<div class="m-content">
|
||||
<!--Begin::Section-->
|
||||
<div class="row">
|
||||
<div class="col-xl-4 offset-xl-4">
|
||||
<div class="col-xl-8 offset-xl-2">
|
||||
<div class="m-portlet m-portlet--mobile">
|
||||
<div class="m-portlet__head">
|
||||
<div class="m-portlet__head-caption">
|
||||
|
|
|
|||
Loading…
Reference in a new issue