user('customer'); if (!$customer->is_profile_complate) { return redirect()->route('customer.profile.show') ->with('message', ['type' => 'error', 'message' => 'silahkan lengkapi profile sebelum dapat ber-transaksi']); } return $next($request); } }