File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
resources/views/orders/partials Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
@slot (' actions' )
10
10
<span class =" float-right" >
11
- (! \VentureDrake\LaravelCrm\Http\Helpers\CheckAmount\subTotal($order)) ? $subTotalError = true : $subTotalError = false;
12
- (! \VentureDrake\LaravelCrm\Http\Helpers\CheckAmount\tax($order)) ? $taxError = true : $taxError = false;
13
- (! \VentureDrake\LaravelCrm\Http\Helpers\CheckAmount\total($order)) ? $totalError = true : $totalError = false;
14
-
11
+ @php
12
+ (! \VentureDrake \LaravelCrm \Http \Helpers \CheckAmount \subTotal ($order )) ? $subTotalError = true : $subTotalError = false ;
13
+ (! \VentureDrake \LaravelCrm \Http \Helpers \CheckAmount \tax ($order )) ? $taxError = true : $taxError = false ;
14
+ (! \VentureDrake \LaravelCrm \Http \Helpers \CheckAmount \total ($order )) ? $totalError = true : $totalError = false ;
15
+ @endphp
15
16
@include (' laravel-crm::partials.return-button' ,[
16
17
' model' => $order ,
17
18
' route' => ' orders'
You can’t perform that action at this time.
0 commit comments