@@ -52,8 +52,8 @@ discard block |
||
52 | 52 | protected function mapWebRoutes() |
53 | 53 | { |
54 | 54 | Route::middleware('web') |
55 | - ->namespace($this->namespace) |
|
56 | - ->group(base_path('routes/web.php')); |
|
55 | + ->namespace($this->namespace) |
|
56 | + ->group(base_path('routes/web.php')); |
|
57 | 57 | } |
58 | 58 | |
59 | 59 | /** |
@@ -66,8 +66,8 @@ discard block |
||
66 | 66 | protected function mapApiRoutes() |
67 | 67 | { |
68 | 68 | Route::prefix('api') |
69 | - ->middleware('api') |
|
70 | - ->namespace($this->namespace) |
|
71 | - ->group(base_path('routes/api.php')); |
|
69 | + ->middleware('api') |
|
70 | + ->namespace($this->namespace) |
|
71 | + ->group(base_path('routes/api.php')); |
|
72 | 72 | } |
73 | 73 | } |
@@ -31,7 +31,7 @@ |
||
31 | 31 | return ''; |
32 | 32 | |
33 | 33 | // return "Product has been {$eventName}"; |
34 | - // \Auth::user()->activity; |
|
34 | + // \Auth::user()->activity; |
|
35 | 35 | } |
36 | 36 | |
37 | 37 | public function planPrice() |
@@ -37,7 +37,7 @@ |
||
37 | 37 | return ''; |
38 | 38 | |
39 | 39 | // return "Product has been {$eventName}"; |
40 | - // \Auth::user()->activity; |
|
40 | + // \Auth::user()->activity; |
|
41 | 41 | } |
42 | 42 | |
43 | 43 | public function invoiceItem() |
@@ -33,6 +33,6 @@ |
||
33 | 33 | return ''; |
34 | 34 | |
35 | 35 | // return "Product has been {$eventName}"; |
36 | - // \Auth::user()->activity; |
|
36 | + // \Auth::user()->activity; |
|
37 | 37 | } |
38 | 38 | } |
@@ -32,7 +32,7 @@ |
||
32 | 32 | $state_code = $user_state->state_code; |
33 | 33 | if ($state_code == $origin_state) {//If user and origin state are same |
34 | 34 | $taxClassId = TaxClass::where('name', 'Intra State GST') |
35 | - ->pluck('id')->toArray(); //Get the class Id of state |
|
35 | + ->pluck('id')->toArray(); //Get the class Id of state |
|
36 | 36 | if ($taxClassId) { |
37 | 37 | $taxes = $cartController->getTaxByPriority($taxClassId); |
38 | 38 | $value = $cartController->getValueForSameState($productid, $c_gst, $s_gst, $taxClassId, $taxes); |
@@ -36,9 +36,9 @@ |
||
36 | 36 | value=".$model->id.' name=select[] id=check>'; |
37 | 37 | }) |
38 | 38 | |
39 | - ->addColumn('name', function ($model) { |
|
40 | - return $model->name; |
|
41 | - }) |
|
39 | + ->addColumn('name', function ($model) { |
|
40 | + return $model->name; |
|
41 | + }) |
|
42 | 42 | |
43 | 43 | ->addColumn('action', function ($model) { |
44 | 44 | return '<a href='.url('chat/'.$model->id.'/edit'). |
@@ -33,7 +33,7 @@ |
||
33 | 33 | return ''; |
34 | 34 | |
35 | 35 | // return "Product has been {$eventName}"; |
36 | - // \Auth::user()->activity; |
|
36 | + // \Auth::user()->activity; |
|
37 | 37 | } |
38 | 38 | |
39 | 39 | public function country() |
@@ -186,7 +186,7 @@ discard block |
||
186 | 186 | '<td style="border-bottom: 1px solid#ccc; color: #333; |
187 | 187 | font-family: Arial,sans-serif; font-size: 14px; line-height: 20px; |
188 | 188 | padding: 15px 8px;" valign="top">'.$this->currency($invoiceid).' ' |
189 | - .$item->subtotal.'</td>'. |
|
189 | + .$item->subtotal.'</td>'. |
|
190 | 190 | '</tr>'; |
191 | 191 | } |
192 | 192 | } |
@@ -286,7 +286,7 @@ discard block |
||
286 | 286 | |
287 | 287 | return view('themes.default1.invoice.editPayment', |
288 | 288 | compact('amountReceived','clientid', 'client', 'invoices', 'orders', |
289 | - 'invoiceSum', 'amountReceived', 'pendingAmount', 'currency', 'symbol')); |
|
289 | + 'invoiceSum', 'amountReceived', 'pendingAmount', 'currency', 'symbol')); |
|
290 | 290 | } catch (\Exception $e) { |
291 | 291 | Bugsnag::notifyException($e); |
292 | 292 |
@@ -33,6 +33,6 @@ |
||
33 | 33 | return ''; |
34 | 34 | |
35 | 35 | // return "Product has been {$eventName}"; |
36 | - // \Auth::user()->activity; |
|
36 | + // \Auth::user()->activity; |
|
37 | 37 | } |
38 | 38 | } |