This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$caseNo = 0; | |
foreach (range(1, 9) as $numberOne) { | |
$makeNumberOne = ($numberOne * 100) + 62; | |
foreach (range(1, 9) as $numberTwo) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Http\Controllers\Gmail; | |
use App\Http\Controllers\Assets\RequestHandlerController; | |
use App\Models\Core\Bot; | |
use App\Models\Core\IntentFlow; | |
use App\Models\Core\Question; | |
use App\Models\Elements\CRM\Contact; | |
use App\Models\Facebook\Audiences\Attribute; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Utilities\Wizard; | |
use App\Models\User\User; | |
use App\Models\Wizard; | |
use Carbon\Carbon; | |
use Cartalyst\Sentinel\Sentinel; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- |