dashboard

This commit is contained in:
afiq
2021-12-01 08:06:56 +08:00
parent db9f0fb113
commit c2bf670590
10 changed files with 87 additions and 2 deletions
@@ -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] );
}