Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.60 KB | None | 0 0
  1.  @php
  2.             $wallConstruction = @\App\QuoteSectionInput::where('id',10)->first()->quoteSectionValueByQuoteId($quoteId)->quoteInputMultiple->id;              // 7 for break vaneer , 8 for double break\
  3.             if($wallConstruction==7){
  4.                 $GLOBALS["vbMsq"]   =   0;
  5.                 determineVillaBoards();
  6.                 $villaboardM2 = chargeVBRates();
  7.                 $installVillaBoards = determineInstallVbAmount();
  8.                 echo 'Supply and install '. $villaboardM2 . ' m^2 of Villaboard';
  9.             }else{
  10.                 echo 'N/A';
  11.             }
  12.         @endphp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement