dashboard
This commit is contained in:
@@ -13,6 +13,7 @@ use Illuminate\Support\Facades\Http;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
use Twilio\Rest\Client;
|
||||
use App\Komoditi;
|
||||
use App\Events\Dashboard\PelangganNotify;
|
||||
|
||||
use Carbon\Carbon;
|
||||
|
||||
@@ -204,6 +205,7 @@ class CustomersController extends Controller
|
||||
]);
|
||||
|
||||
Session::put('customer_info',$customer_info);
|
||||
event(new PelangganNotify('lulus',$auth_user['cawangan']));
|
||||
return redirect()->route('customer_info')->with( ['customer_info' => $customer_info] );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user